From 956d3537c47754cbb18859e3040c6a995e96525b Mon Sep 17 00:00:00 2001 From: klarkc Date: Mon, 8 Jan 2024 13:41:46 -0300 Subject: [PATCH] ci(test): add missing nix substituter --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18abc40..eb134bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,9 @@ jobs: accept-flake-config = true access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} # 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= + substituters = https://cache.nixos.org https://cache.tcp4.me?priotity=99 + trusted-substituters = https://cache.nixos.org https://cache.tcp4.me + trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.tcp4.me:cmk2Iz81lQuX7FtTUcBgtqgI70E8p6SOamNAIcFDSew= klarkc.cachix.org-1:R+z+m4Cq0hMgfZ7AQ42WRpGuHJumLLx3k0XhwpNFq9U= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= # if substituters fail, build it again fallback = true - uses: webfactory/ssh-agent@v0.8.0