mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-24 01:18:05 +00:00
fix the test
This commit is contained in:
parent
d953a4ee09
commit
434ba1c7f0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -66,7 +66,6 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
extra_nix_config: |
|
||||
hello = world
|
||||
# sandbox = relaxed
|
||||
sandbox = relaxed
|
||||
- run: cat /etc/nix/nix.conf
|
||||
- run: nix-build test.nix --arg noChroot true
|
||||
|
|
Loading…
Reference in a new issue