Update .forgejo/workflows/push.yaml
All checks were successful
On_Push / build (push) Successful in 1m12s

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-09-28 13:50:11 +00:00
parent 8a61599924
commit f9ecaa2f89

View file

@ -11,7 +11,10 @@ jobs:
build:
runs-on: docker
steps:
- run: apt install sudo
- run: |
apt update
apt upgrade
apt install sudo
- uses: https://github.com/cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable