mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-16 13:00:44 +09:00
ci: run nix jobs 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:
@@ -44,4 +44,4 @@ jobs:
|
||||
# some of the database migration tests.
|
||||
LC_ALL: "en_US.UTF-8"
|
||||
LC_CTYPE: "en_US.UTF-8"
|
||||
run: nix develop --command -- gotestsum
|
||||
run: nix develop --fallback --command -- gotestsum
|
||||
|
||||
Reference in New Issue
Block a user