Skip to content

Commit

Permalink
debug next
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 16, 2024
1 parent 08ac0c6 commit ca0ee20
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,9 @@ jobs:
- name: Get xpdf
run: |
curl -LO https://dl.xpdfreader.com/xpdf-tools-linux-4.05.tar.gz
mkdir xpdf
tar -xvzf ./xpdf-tools-linux-4.05.tar.gz -C xpdf
pwd
echo $(pwd)
ls .
ls ./xpdf
ls ./xpdf/bin64
ls $(pwd)/xpdf/bin64
echo "XPDF_BIN=$(pwd)/xpdf/bin64/pdftopng" >> $GITHUB_ENV
tar -xvzf ./xpdf-tools-linux-4.05.tar.gz
ls $(pwd)/xpdf-tools-linux-4.05/bin64
echo "XPDF_BIN=$(pwd)/xpdf-tools-linux-4.05/bin64/pdftopng" >> $GITHUB_ENV
- name: Clone sitro repository
run: |
Expand Down

0 comments on commit ca0ee20

Please sign in to comment.