CI test
Some checks failed
EVAL x86_64-linux.pike
/ test (push) Successful in 32s

This commit is contained in:
Andrea Ciceri 2025-05-17 09:31:39 +02:00
parent dd8d6bb357
commit b15bbe0b05
No known key found for this signature in database

View file

@ -19,6 +19,6 @@ jobs:
# - name: Build with nix (x86_64-linux) # - 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 # 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) - 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 - name: Report checks
run: report-checks run: report-checks