From cfeb29f54484a36ebae700bf58faf8291e04d5bb Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 28 Aug 2026 22:08:34 +0300 Subject: [PATCH] =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE:=20=20=20=20=20=20.forgejo/workflows/iso-nixos-installer?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/iso-nixos-installer.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/iso-nixos-installer.yaml b/.forgejo/workflows/iso-nixos-installer.yaml index 8418e62..c7ccdb0 100644 --- a/.forgejo/workflows/iso-nixos-installer.yaml +++ b/.forgejo/workflows/iso-nixos-installer.yaml @@ -3,4 +3,5 @@ jobs: build-installer: runs-on: builder steps: - - run: nix build ./installer# + - uses: actions/checkout@v4 + - run: nix build ./installer