This commit is contained in:
parent
f4e83af810
commit
f69963d67a
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
extra_nix_config: | # https://github.com/NixOS/nix/issues/11295
|
||||
sandbox = true
|
||||
- run: nix profile install nixpkgs#devenv
|
||||
sandbox = false
|
||||
- run: nix --option sandbox false profile install nixpkgs#devenv
|
||||
- uses: rharkor/caching-for-turbo@v1.8
|
||||
- name: Run tests
|
||||
shell: devenv shell bash -- -e {0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue