Skip to content

Commit

Permalink
Remove cache step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tate-CC committed Mar 8, 2022
1 parent 4103056 commit 0820cf5
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 @@ -41,15 +41,15 @@ jobs:
with:
fetch-depth: 1

- name: Cache
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
~/.rustup
target
key: ${{ runner.os }}-${{ matrix.rust }}
# - name: Cache
# uses: actions/cache@v2
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# ~/.rustup
# target
# key: ${{ runner.os }}-${{ matrix.rust }}

- name: Install Rust
run: |
Expand Down

0 comments on commit 0820cf5

Please sign in to comment.