Skip to content

Commit

Permalink
Use cross os archive instead
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 22, 2024
1 parent 97071a8 commit de74396
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ 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
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
Expand Down

0 comments on commit de74396

Please sign in to comment.