Skip to content

Commit 4b8218c

Browse files
authored
Merge pull request #38 from aobolensk/remove-cache
2 parents 323bea7 + b6ad715 commit 4b8218c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- 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
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 -y ninja-build texlive*
2020
- name: Build
2121
run: |
2222
find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1

0 commit comments

Comments
 (0)