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:
Kristoffer Dalby
2026-06-18 14:41:38 +00:00
parent f5198841bd
commit a00de89c85
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Run make generate
if: steps.changed-files.outputs.files == 'true'
run: nix develop --command -- make generate
run: nix develop --fallback --command -- make generate
- name: Check for uncommitted changes
if: steps.changed-files.outputs.files == 'true'