mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
GitHub Actions: Nix environment
This commit is contained in:
parent
a4138a4b44
commit
1095218222
9
.github/workflows/ubuntu.yml
vendored
9
.github/workflows/ubuntu.yml
vendored
|
@ -22,7 +22,12 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install Nix
|
||||
run: curl https://nixos.org/nix/install | sh
|
||||
run: |
|
||||
curl https://nixos.org/nix/install | sh
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
nix-channel --update
|
||||
|
||||
- name: Build
|
||||
run: sudo make nix # root required for Nix build sandbox
|
||||
run: |
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
make nix
|
||||
|
|
Loading…
Reference in a new issue