Skip to content

Commit

Permalink
Find correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 23, 2024
1 parent c9cb2ca commit dd52795
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@ jobs:
apk add inkscape
which inkscape
which pdflatex
which bibtext
which bibtex
- name: Compile pdf file
run: |
export PATH=$PATH:/usr/bin
export PATH=$PATH:/opt/texlive/texdir/bin/x86_64-linuxmusl
echo $PATH
which inkscape
which pdflatex
which bibtext
inkscape --version
pdflatex --version
bibtex --version
#./tools/make_manual_pdf.sh
echo "--> doc dir"
ls doc/
Expand Down

0 comments on commit dd52795

Please sign in to comment.