Skip to content

Commit

Permalink
Force cache restore regardless of cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 22, 2024
1 parent bce1a0f commit 97071a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
path: ${{ runner.tool_cache }}/add-determinism
key: add-determinism-bin-${{ env.ADD_DETERMINISM_VERSION }}
restore-keys: |
add-determinism-bin-${{ env.ADD_DETERMINISM_VERSION }}
add-determinism-bin
fail-on-cache-miss: true
- run: echo "${{ runner.tool_cache }}/add-determinism/bin" >> $GITHUB_PATH
- run: dnf install -y --setopt=install_weak_deps=False git gettext gnome-shell
Expand Down

0 comments on commit 97071a8

Please sign in to comment.