mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 01:54:27 +00:00
expose nix executables also for runner user
This commit is contained in:
parent
addc7fa7a2
commit
15adaed2d7
3 changed files with 5 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -18,3 +18,6 @@ jobs:
|
|||
- name: Install Nix
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue