From dcaf2e6946016fc17542919b6b138cb3e7f82e47 Mon Sep 17 00:00:00 2001 From: klarkc Date: Fri, 5 Jan 2024 21:10:13 -0300 Subject: [PATCH] ci(test): add nix fallback --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e04f842..18abc40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.BUILDER_TOKEN }}