Skip to content

Commit a9c8967

Browse files
committed
test
1 parent 5bcbf95 commit a9c8967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: 安装 Just 工具
5555
if: steps.just-cache.outputs.cache-hit != 'true'
5656
run: |
57-
cargo install just
57+
cargo install just --force
5858
echo "C:\Users\runneradmin\.cargo\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5959
6060
- name: 检查缓存的可执行文件

0 commit comments

Comments
 (0)