Skip to content

Commit

Permalink
ci(test): add nix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 6, 2024
1 parent 616cd1f commit dcaf2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
# currently there is no way to nix copy to use the flake settings so we need them
substituters = https://cache.tcp4.me?priority=99
trusted-public-keys = cache.tcp4.me:cmk2Iz81lQuX7FtTUcBgtqgI70E8p6SOamNAIcFDSew=
# if substituters fail, build it again
fallback = true
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.BUILDER_TOKEN }}
Expand Down

0 comments on commit dcaf2e6

Please sign in to comment.