From c08bda3c81fd1d5fd5a5464bf54d3fa0b9550c6c Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 17 May 2025 09:31:39 +0200 Subject: [PATCH] CI test --- .forgejo/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 3231690..12c80e8 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -16,9 +16,10 @@ jobs: chmod 600 ~/.ssh/id_ed25519 ssh-keyscan github.com >> ~/.ssh/known_hosts ssh-keyscan sisko.wg.aciceri.dev >> ~/.ssh/known_hosts + ssh-keyscan git.lix.systems >> ~/.ssh/known_hosts # - name: Build with nix (x86_64-linux) # run: nix-fast-build --no-nom --systems "x86_64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true - name: Build with nix (aarch64-linux) - run: nix-fast-build --no-nom --systems "" --attic-cache "nixfleet" --skip-cached --result-file result.json || true + run: nix-fast-build --no-nom --systems "" --attic-cache "nixfleet" --skip-cached --result-file result.json --remote root@sisko.wg.aciceri.dev || true - name: Report checks run: report-checks