Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 16, 2024
1 parent 510e9ad commit 2e2a933
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 @@ -27,7 +27,7 @@ jobs:
curl -LO https://github.com/bblanchon/pdfium-binaries/releases/download/chromium%2F5880/pdfium-linux-x64.tgz
mkdir pdfium-linux-x64
tar -xvzf ./pdfium-linux-x64.tgz -C pdfium-linux-x64
mv ./pdfium-linux-x64/lib/libpdfium.so /usr/lib
mv ./pdfium-linux-x64/lib/libpdfium.so /usr/local/lib
- name: Clone sitro repository
run: |
Expand Down

0 comments on commit 2e2a933

Please sign in to comment.