Skip to content

Commit 9387eb1

Browse files
authored
chore(ci): remove cache workspace subdir
1 parent bbc107c commit 9387eb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636

3737
- name: Rust caching
3838
uses: Swatinem/rust-cache@v2
39-
with:
40-
workspaces: rust
4139

4240
- name: Set up QEMU
4341
if: runner.os == 'Linux'
@@ -115,4 +113,4 @@ jobs:
115113
run: cd docker && hooks/build
116114
env:
117115
DOCKER_TAG: ${{ github.ref }}
118-
PUSH_IMAGE: ${{ env.PUSH_IMAGE }}
116+
PUSH_IMAGE: ${{ env.PUSH_IMAGE }}

0 commit comments

Comments
 (0)