From 3810674eb9fe50fc6fb170a330743969e076997d Mon Sep 17 00:00:00 2001 From: chessai Date: Wed, 3 Jul 2024 14:31:41 -0500 Subject: [PATCH] upgrade setup-nix-with-cache --- .github/workflows/nix.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a5ec07e6c..51d1194c4 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -10,7 +10,7 @@ on: jobs: build-and-cache-on-bigubuntu: - runs-on: + runs-on: group: bigrunner timeout-minutes: 740 strategy: @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Nix with caching - uses: kadena-io/setup-nix-with-cache/by-root@v3.1 + uses: kadena-io/setup-nix-with-cache/by-root@v3.2 with: cache_url: s3://nixcache.chainweb.com?region=us-east-1 signing_private_key: ${{ secrets.NIX_CACHE_PRIVATE_KEY }} @@ -43,7 +43,7 @@ jobs: echo Build the recursive output nix build .#recursive.allDerivations --log-lines 500 --show-trace - + - name: Verify pact binary run: | echo Validating pact version @@ -89,4 +89,4 @@ jobs: run: | echo Validating pact version nix run pact --version - +