Skip to content

Commit

Permalink
fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtask committed Sep 17, 2024
1 parent 00a7190 commit 9fe9212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
run: |
apk add file sudo coreutils
chmod +x util/install_fonts.sh
util/install_fonts.sh
chmod +x scripts/install_fonts.sh
scripts/install_fonts.sh
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode clrs4e-solutions.tex
- name: Release
Expand Down

0 comments on commit 9fe9212

Please sign in to comment.