mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
ci: run nixos module check with --fallback
cache.nixos.org intermittently serves corrupt NARs; build from source on substitute failure instead of failing the job.
This commit is contained in:
@@ -52,4 +52,4 @@ jobs:
|
|||||||
if: steps.changed-files.outputs.nix == 'true' || steps.changed-files.outputs.go == 'true'
|
if: steps.changed-files.outputs.nix == 'true' || steps.changed-files.outputs.go == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "Running NixOS module integration test..."
|
echo "Running NixOS module integration test..."
|
||||||
nix build .#checks.x86_64-linux.headscale -L
|
nix build .#checks.x86_64-linux.headscale -L --fallback
|
||||||
|
|||||||
Reference in New Issue
Block a user