Skip to content

Commit 7da967d

Browse files
committed
ci: avoid caching cargo bin in release builds
1 parent 41ccd48 commit 7da967d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- uses: Swatinem/rust-cache@v2
154154
with:
155155
workspaces: src-tauri
156+
cache-bin: "false"
156157

157158
- run: pnpm install
158159

0 commit comments

Comments
 (0)