Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-cargo-v2-

- name: Set up nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
substituters = https://cache.nixos.org https://holochain.cachix.org https://holochain-ci.cachix.org
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Cache nix with Cachix
if: always() # build artifacts are correct even if job fails
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: holochain # this is our cachix cache; we can write to it as well as read
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
Loading