Skip to content

Commit

Permalink
Don't cache target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 authored Jan 20, 2020
1 parent 470710b commit bf04b34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-index
- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-cargo-build-target
- name: Master Toolchain Setup
run: bash setup-toolchain.sh
- name: Build
Expand Down

0 comments on commit bf04b34

Please sign in to comment.