изменено: .forgejo/workflows/iso-nixos-installer.yaml
This commit is contained in:
parent
b6e3342776
commit
8613086f83
2 changed files with 1 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: builder
|
||||
steps:
|
||||
- run: echo "Hello from runner! Wow! $(uname -a)"
|
||||
- run: nix --version
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
build-installer:
|
||||
runs-on: builder
|
||||
steps:
|
||||
- run: nix build ./installer#
|
||||
|
|
|
|||
Loading…
Reference in a new issue