Skip to content

Commit 603dc35

Browse files
Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 (#1186)
* Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](DeterminateSystems/magic-nix-cache-action@v2...v3) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ci: release: re-enable Nix cache for aarch64 builds The action now supports the architecture. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emilio López <[email protected]>
1 parent f641d1a commit 603dc35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
4646

4747
- 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
48+
uses: DeterminateSystems/magic-nix-cache-action@v3
5149
with:
5250
upstream-cache: https://trailofbits.cachix.org
5351

0 commit comments

Comments
 (0)