Skip to content

Commit

Permalink
Checking if the old version of caching works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 1, 2024
1 parent cbcf7bd commit e9aa176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e9aa176

Please sign in to comment.