ci(nix): retry nix build on spurious failure (#1472)

This commit is contained in:
a-kenji 2022-06-09 19:58:16 +02:00 committed by GitHub
parent 663797f5e3
commit a614d11737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ''