Skip to content

Commit

Permalink
wip: drop cachix from gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Sep 25, 2024
1 parent 519423d commit 707d495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v27

- name: Set up cachix
uses: cachix/cachix-action@v15
with:
name: holochain-ci
# - name: Set up cachix
# uses: cachix/cachix-action@v15
# with:
# name: holochain-ci

- name: Restore cargo and build from cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 707d495

Please sign in to comment.