Add sudo installation step
This commit is contained in:
parent
b15f0b08a1
commit
9e5c73e3db
@ -7,8 +7,14 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: ls -l
|
- run: ls -l
|
||||||
|
- run: apt update && apt install sudo
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: nixbuild/nix-quick-install-action@v30
|
uses: cachix/install-nix-action@v31
|
||||||
|
with:
|
||||||
|
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