Compare commits
6 commits
main
...
grahamc-pa
Author | SHA1 | Date | |
---|---|---|---|
![]() |
148e6d6f08 | ||
![]() |
11a8a10fbc | ||
![]() |
a270edef6a | ||
![]() |
0ac5c7c096 | ||
![]() |
c8d2a9a262 | ||
![]() |
f893565d89 |
7
.github/workflows/check-and-test.yaml
vendored
7
.github/workflows/check-and-test.yaml
vendored
|
@ -56,6 +56,9 @@ jobs:
|
|||
runner: macos-12
|
||||
- system: ARM64-macOS
|
||||
runner: macos-latest-xlarge
|
||||
extra_nix_installer_args:
|
||||
- "--determinate"
|
||||
- ""
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
@ -70,6 +73,10 @@ jobs:
|
|||
|
||||
- name: Install Nix on ${{ matrix.systems.system }}
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
source-pr: 1163
|
||||
extra-args: ${{ matrix.extra_nix_installer_args }}
|
||||
- run: determinate-nixd login github-action
|
||||
|
||||
- name: Test magic-nix-cache-action@main on ${{ matrix.systems.runner }}
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
|
Loading…
Reference in a new issue