diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef0f9994..80374bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: