We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641d1a commit 603dc35Copy full SHA for 603dc35
.github/workflows/release.yml
@@ -45,9 +45,7 @@ jobs:
45
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
46
47
- name: Configure Nix cache
48
- if: runner.arch == 'X64'
49
- # Unfortunately the action does not work on ARM runners
50
- uses: DeterminateSystems/magic-nix-cache-action@v2
+ uses: DeterminateSystems/magic-nix-cache-action@v3
51
with:
52
upstream-cache: https://trailofbits.cachix.org
53
0 commit comments