fixup! fixup! Add sudo installation step
All checks were successful
Build container / build-container (push) Successful in 3m28s
All checks were successful
Build container / build-container (push) Successful in 3m28s
This commit is contained in:
parent
ee00ba9b34
commit
389b83c72f
@ -12,6 +12,9 @@ jobs:
|
|||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
enable_kvm: false
|
enable_kvm: false
|
||||||
|
- name: Prefetch deps
|
||||||
|
run: nix flake prefetch
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: nix build .#docker
|
run: nix build .#docker
|
||||||
- run: find result/*
|
- run: ls -l
|
||||||
|
- run: ls -l result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user