Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 8ecb206

Browse files
add nix install to mac
1 parent f75aae8 commit 8ecb206

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run_tests_mac.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
${{ github.workspace }}/**
3636
!${{ github.workspace }}/
3737
!${{ github.workspace }}/**/.git/**
38-
38+
- uses: DeterminateSystems/nix-installer-action@main
39+
- uses: DeterminateSystems/magic-nix-cache-action@main
40+
- uses: DeterminateSystems/flake-checker-action@main
3941
# nix is taken from the cloud-init template, no need to install it.
4042
- name: Build and run tests
4143
run: |
42-
nix build -L .?submodules=1#checks.aarch64-darwin.$check_name
44+
nix build -L .?submodules=1#checks.aarch64-darwin.default
4345
results_dir="./results"
4446
mkdir -p "$results_dir"
4547
cp -r ./result/* "$results_dir/all-checks"

0 commit comments

Comments
 (0)