Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade setup-nix-with-cache #1368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading