Skip to content

Commit

Permalink
Test with determinate
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Sep 11, 2024
1 parent f13fa9e commit f893565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
runner: macos-12
- system: ARM64-macOS
runner: macos-latest-xlarge
extra_nix_instaler_args:
- "--determinate"
- ""
permissions:
contents: read
id-token: write
Expand All @@ -68,8 +71,10 @@ jobs:
name: ${{ env.ARTIFACT_KEY }}
path: ${{ env.ARTIFACT_KEY }}

- name: Install Nix on ${{ matrix.systems.system }}
- name: Install Nix on ${{ matrix.systems.system }}
uses: DeterminateSystems/nix-installer-action@main
with:
extra-args: ${{ matrix.extra_nix_installer_args }}

- name: Test magic-nix-cache-action@main on ${{ matrix.systems.runner }}
uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down

0 comments on commit f893565

Please sign in to comment.