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 7766cf4 commit eb4608d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Poppler
runs-on: ubuntu-latest
steps:
- name: Cache XPDF binary
id: cache-xpdf
- name: Cache Poppler binary
id: cache-poppler
uses: actions/cache@v4
with:
path: pdftoppm
Expand All @@ -26,8 +26,8 @@ jobs:
cd build
cmake .. -DENABLE_QT5=OFF
make
mv utils/pdtoppm ..
ls .
# mv xpdf-tools-linux-4.05/bin64/pdftopng pdftopng
# pdfium:
# name: PDFium
Expand Down

0 comments on commit eb4608d

Please sign in to comment.