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

Commit 624abe6

Browse files
add nix install to mac
1 parent 31965a3 commit 624abe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests_mac.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ 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: |

0 commit comments

Comments
 (0)