Skip to content

Commit

Permalink
Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 21, 2024
1 parent eb4608d commit e94ec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Download Poppler
if: steps.cache-poppler.outputs.cache-hit != 'true'
run: |
curl -LO https://poppler.freedesktop.org/poppler-24.08.0.tar.xz
curl https://poppler.freedesktop.org/poppler-24.08.0.tar.xz
tar -xvzf ./poppler-24.08.0.tar.xz
cd poppler-24.08.0
mkdir build
Expand Down

0 comments on commit e94ec91

Please sign in to comment.