Skip to content

Commit

Permalink
another...
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 16, 2024
1 parent 41c0aea commit 0f17a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd sitro/src/pdfium
cargo build --release
- name: Finish
if: steps.cache-xpdf.outputs.cache-hit != 'true'
if: steps.cache-pdfium.outputs.cache-hit != 'true'
run: mv sitro/target/release/pdfium pdfium

mupdf:
Expand All @@ -67,7 +67,7 @@ jobs:
cd mupdf-1.24.8-source
make HAVE_X11=no HAVE_GLUT=no
- name: Finish
if: steps.cache-xpdf.outputs.cache-hit != 'true'
if: steps.cache-mupdf.outputs.cache-hit != 'true'
run: mv mupdf-1.24.8-source/build/release/mutool mutool

tests:
Expand Down

0 comments on commit 0f17a2a

Please sign in to comment.