mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-18 00:45:06 +00: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:
parent
9f1886f587
commit
00afce77b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-module-test.yml
vendored
2
.github/workflows/nix-module-test.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
if: steps.changed-files.outputs.nix == 'true' || steps.changed-files.outputs.go == 'true'
|
||||
run: |
|
||||
echo "Running NixOS module integration test..."
|
||||
nix build .#checks.x86_64-linux.headscale -L
|
||||
nix build .#checks.x86_64-linux.headscale -L --fallback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue