Skip to content

Commit

Permalink
Check executables
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 23, 2024
1 parent 9c9d620 commit ac65198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
run: apk add inkscape

- name: Compile the manual
run: ./tools/make_manual_pdf.sh
run: |
which inkscape
which pdflatex
which bibtex
#./tools/make_manual_pdf.sh
# - name: Upload PDF as Artifact
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ac65198

Please sign in to comment.