Skip to content

Commit 1f03293

Browse files
committed
fix: add --force to cargo install for cargo-deny and cargo-llvm-cov
Cached binaries in /root/.cargo-tools cause "already exists" errors without --force. typeshare-cli already had --force; these two were missing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 686f354 commit 1f03293

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.dagger/src/index-platform-ci.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export async function runClauderonCi(
102102
"install",
103103
"cargo-deny",
104104
"--locked",
105+
"--force",
105106
"--root",
106107
"/root/.cargo-tools",
107108
])
@@ -153,6 +154,7 @@ export async function runClauderonCi(
153154
"install",
154155
"cargo-llvm-cov",
155156
"--locked",
157+
"--force",
156158
"--root",
157159
"/root/.cargo-tools",
158160
])

0 commit comments

Comments
 (0)