generated from Skynet/deploy_user
Update .forgejo/workflows/push.yaml
All checks were successful
On_Push / build (push) Successful in 1m12s
All checks were successful
On_Push / build (push) Successful in 1m12s
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
8a61599924
commit
f9ecaa2f89
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apt install sudo
|
- run: |
|
||||||
|
apt update
|
||||||
|
apt upgrade
|
||||||
|
apt install sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v29
|
- uses: https://github.com/cachix/install-nix-action@v29
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
Loading…
Reference in a new issue