удалено: .forgejo/workflows/hello.yaml
Some checks failed
/ build-installer (push) Failing after 0s

изменено:      .forgejo/workflows/iso-nixos-installer.yaml
This commit is contained in:
Gregory Bednov 2026-08-28 22:02:04 +03:00
commit 8613086f83
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
on: [push]
jobs:
hello:
runs-on: builder
steps:
- run: echo "Hello from runner! Wow! $(uname -a)"
- run: nix --version

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
hello: build-installer:
runs-on: builder runs-on: builder
steps: steps:
- run: nix build ./installer# - run: nix build ./installer#