Skip to content

Commit 39cb02b

Browse files
committed
ci: Update cache rule for cross builder
1 parent 0aa4593 commit 39cb02b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,7 @@ jobs:
138138
profile: minimal
139139
targets: ${{ matrix.target }}
140140
- name: Cache cargo plugins
141-
id: cache
142-
uses: actions/cache@v1
143-
with:
144-
path: ~/.cargo/bin/
145-
key: ${{ runner.os }}-cargo-plugins
141+
uses: Swatinem/rust-cache@v2
146142
- name: Install cross
147143
if: steps.cache.outputs.cache-hit != 'true'
148144
run: cargo install cross

0 commit comments

Comments
 (0)