This commit is contained in:
parent
307dee979a
commit
fba5ac6c2b
@ -20,7 +20,9 @@ jobs:
|
|||||||
uses: https://github.com/cachix/install-nix-action@v20
|
uses: https://github.com/cachix/install-nix-action@v20
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
||||||
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
|
extra_nix_config: |
|
||||||
|
system-features = nixos-test benchmark big-parallel kvm
|
||||||
|
extra-platforms = x86_64-linux
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user