Skip to content

Commit

Permalink
Remove cache from release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Sep 6, 2023
1 parent c2e3a64 commit cc69305
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ 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: Install Linker
if: matrix.cross
run: |
Expand Down

0 comments on commit cc69305

Please sign in to comment.