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