Skip to content

Commit

Permalink
wip: remove ci cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Sep 24, 2024
1 parent 88d45a1 commit 4505952
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
with:
name: holochain-ci

- name: Restore cargo and build from cache
uses: actions/cache/restore@v3
with:
path: |
.cargo
target
key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-build-
# - name: Restore cargo and build from cache
# uses: actions/cache/restore@v3
# with:
# path: |
# .cargo
# target
# key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}-build-

- name: Install nix packages
run: nix develop -c $SHELL -c "echo Nix packages installed"
Expand Down

0 comments on commit 4505952

Please sign in to comment.