Skip to content

Commit bf04b34

Browse files
authored
Don't cache target dir
1 parent 470710b commit bf04b34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/integration.yml

-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
with:
5858
path: ~/.cargo/git
5959
key: ${{ runner.os }}-cargo-index
60-
- name: Cache cargo build
61-
uses: actions/cache@v1
62-
with:
63-
path: target
64-
key: ${{ runner.os }}-cargo-build-target
6560
- name: Master Toolchain Setup
6661
run: bash setup-toolchain.sh
6762
- name: Build

0 commit comments

Comments
 (0)