Skip to content

Commit

Permalink
upgrade setup-nix-with-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chessai committed Jul 3, 2024
1 parent 4c0acc5 commit 3810674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-and-cache-on-bigubuntu:
runs-on:
runs-on:
group: bigrunner
timeout-minutes: 740
strategy:
Expand All @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
run: |
echo Validating pact version
nix run pact --version

0 comments on commit 3810674

Please sign in to comment.