We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8766d9 commit dffc2bfCopy full SHA for dffc2bf
.github/workflows/build.yml
@@ -12,12 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - name: Setup environment
16
- run: |
17
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
18
- sudo apt-get update
19
- sudo apt-get install ninja-build
20
- sudo apt-get install texlive*
+ - name: Install apt dependencies with cache
+ uses: awalsh128/[email protected]
+ with:
+ packages: ninja-build texlive-base texlive-latex-extra
+ version: 1.0
21
- name: Build
22
run: |
23
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
0 commit comments