Try nix-quick-install-action
This commit is contained in:
parent
4e6e4f91e0
commit
b15f0b08a1
@ -8,9 +8,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: ls -l
|
- run: ls -l
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: nixbuild/nix-quick-install-action@v30
|
||||||
with:
|
|
||||||
enable_kvm: false
|
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: nix build .#docker
|
run: nix build .#docker
|
||||||
- run: find result/*
|
- run: find result/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user