Skip to content

Commit bccee82

Browse files
committed
disable cache
1 parent 02a513b commit bccee82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
toolchain: stable
6464
components: rustfmt, clippy
65+
cache: false
6566

6667
- uses: rui314/setup-mold@v1
6768

.github/workflows/rust-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
toolchain: stable
4444
components: rustfmt, clippy
45+
cache: false
4546

4647
- uses: rui314/setup-mold@v1
4748

0 commit comments

Comments
 (0)