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 - +