Skip to content

Commit 369a0a0

Browse files
authored
Merge pull request #34 from DeterminateSystems/enable-cache-and-checker
Enable Magic Nix Cache and Flake Checker on ARM64
2 parents 7dc018b + 7d16366 commit 369a0a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
# - uses: DeterminateSystems/flake-checker-action@main
15-
1614
- uses: DeterminateSystems/nix-installer-action@main
1715

18-
# - uses: DeterminateSystems/magic-nix-cache-action@main
16+
- uses: DeterminateSystems/magic-nix-cache-action@main
1917

2018
- name: Build package
2119
run: "nix build .# -L --fallback"

0 commit comments

Comments
 (0)