Skip to content

Commit

Permalink
Install zstd to restore cache on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 22, 2024
1 parent de74396 commit c9b7a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
# Fedora 41 ships GNOME 47, i.e. the version we currently support
image: docker.io/fedora:41
steps:
# Install zstd to restore cache
- run: dnf install -y --setopt=install_weak_deps=False git gettext gnome-shell zstd
- uses: actions/cache/restore@v4
with:
path: ${{ runner.tool_cache }}/add-determinism
key: add-determinism-bin-${{ env.ADD_DETERMINISM_VERSION }}
fail-on-cache-miss: true
enableCrossOsArchive: true
- run: echo "${{ runner.tool_cache }}/add-determinism/bin" >> $GITHUB_PATH
- run: dnf install -y --setopt=install_weak_deps=False git gettext gnome-shell
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c9b7a53

Please sign in to comment.