We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcbf95 commit a9c8967Copy full SHA for a9c8967
.github/workflows/update.yaml
@@ -54,7 +54,7 @@ jobs:
54
- name: 安装 Just 工具
55
if: steps.just-cache.outputs.cache-hit != 'true'
56
run: |
57
- cargo install just
+ cargo install just --force
58
echo "C:\Users\runneradmin\.cargo\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
59
60
- name: 检查缓存的可执行文件
0 commit comments