Skip to content

Commit

Permalink
add nix install to mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jun 6, 2024
1 parent 31965a3 commit 624abe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
${{ github.workspace }}/**
!${{ github.workspace }}/
!${{ github.workspace }}/**/.git/**
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
# nix is taken from the cloud-init template, no need to install it.
- name: Build and run tests
run: |
Expand Down

0 comments on commit 624abe6

Please sign in to comment.