diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 993aa4d51..0bcc38410 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,9 +45,7 @@ jobs: authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Configure Nix cache - if: runner.arch == 'X64' - # Unfortunately the action does not work on ARM runners - uses: DeterminateSystems/magic-nix-cache-action@v2 + uses: DeterminateSystems/magic-nix-cache-action@v3 with: upstream-cache: https://trailofbits.cachix.org