mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 01:54:27 +00:00
allow binary caches for runner user
This commit is contained in:
parent
15adaed2d7
commit
9420096b1d
3 changed files with 9 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -19,5 +19,6 @@ jobs:
|
|||
uses: ./
|
||||
- run: nix-build test.nix
|
||||
- run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde
|
||||
# cachix should be available
|
||||
- run: which cachix
|
||||
- run: cat /etc/nix/nix.conf
|
||||
# cachix should be available and be able to configure a cache
|
||||
- run: cachix use cachix
|
Loading…
Add table
Add a link
Reference in a new issue