From 0f17a2adce9e5701b5111aeee0da86d8161801e9 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Fri, 16 Aug 2024 23:45:28 +0200 Subject: [PATCH] another... --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: