ci(nix): retry nix build on spurious failure (#1472)
This commit is contained in:
parent
663797f5e3
commit
a614d11737
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
|
|
@ -25,4 +25,5 @@ jobs:
|
|||
name: zellij
|
||||
# If you chose API tokens for write access OR if you have a private cache
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build
|
||||
- run: |
|
||||
nix build || nix build --substituters 'https://cache.nixos.org' --extra-substituters ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue