Skip to content

Commit 1b07d17

Browse files
authored
Avoid CI post job cleanup errors (#427)
1 parent 6ec839a commit 1b07d17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ jobs:
8787
with:
8888
toolchain: nightly
8989
components: rustfmt
90-
- name: Add Rust nightly toolchain
90+
cache: false
91+
- name: Add Rust stable toolchain
9192
uses: actions-rust-lang/setup-rust-toolchain@v1
9293
with:
9394
toolchain: stable
95+
cache-workspaces: ". -> target"
9496
- name: Install tool binaries
9597
uses: taiki-e/install-action@v2
9698
with:

0 commit comments

Comments
 (0)