изменено: .forgejo/workflows/iso-nixos-installer.yaml
Some checks failed
/ build-installer (push) Failing after 9s
Some checks failed
/ build-installer (push) Failing after 9s
This commit is contained in:
parent
8613086f83
commit
cfeb29f544
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ jobs:
|
||||||
build-installer:
|
build-installer:
|
||||||
runs-on: builder
|
runs-on: builder
|
||||||
steps:
|
steps:
|
||||||
- run: nix build ./installer#
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix build ./installer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue