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