From e94ec91bd33fd3efbc6acd712757664d2212fd71 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Wed, 21 Aug 2024 16:42:32 +0200 Subject: [PATCH] Test 1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8819f710..60a2df18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Download Poppler if: steps.cache-poppler.outputs.cache-hit != 'true' run: | - curl -LO https://poppler.freedesktop.org/poppler-24.08.0.tar.xz + curl https://poppler.freedesktop.org/poppler-24.08.0.tar.xz tar -xvzf ./poppler-24.08.0.tar.xz cd poppler-24.08.0 mkdir build