Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage committed Jan 12, 2024
1 parent 5868bff commit 395ffb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
- # For an external repo wishing to use this action, the uses field needs to be:
# uses: kadena-io/setup-nix-with-cache/by-root@{The version you want to use}
uses: ./by-root
if: matrix.os != 'aarch64-linux'
with:
cache_url: s3://nodemon-nix-cache?region=us-east-1
signing_private_key: ${{ secrets.NIX_CACHE_PRIVATE_KEY }}
additional_experimental_features: recursive-nix

- uses: ./copy-root-aws-credentials
if: matrix.os != 'aarch64-linux'

- name: Attempt to build a new derivation with Nix
run: |
Expand Down

0 comments on commit 395ffb1

Please sign in to comment.