From e9aa1761524487a19da2d6b6d5e8803b9e9720dd Mon Sep 17 00:00:00 2001 From: Danack Date: Mon, 1 Jul 2024 20:57:36 +0100 Subject: [PATCH] Checking if the old version of caching works. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2965c7a8..51da9384 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: sudo apt-get install -y texlive-fonts-recommended || true - name: Cache ImageMagick - uses: actions/cache@v4 + uses: actions/cache@v2 env: cache-name: cache-ImageMagick with: @@ -142,7 +142,7 @@ jobs: sudo apt-get install -y texlive-fonts-recommended || true - name: Cache ImageMagick - uses: actions/cache@v4 + uses: actions/cache@v2 env: cache-name: cache-ImageMagick with: