mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 为冒烟测试的nuget添加重试
This commit is contained in:
5
.github/workflows/smoke-testing.yml
vendored
5
.github/workflows/smoke-testing.yml
vendored
@@ -30,7 +30,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: NuGet/setup-nuget@v1.2.0
|
||||
- run: nuget restore MAA.sln
|
||||
- run: |
|
||||
nuget restore MAA.sln
|
||||
if ($LASTEXITCODE) { nuget restore MAA.sln }
|
||||
if ($LASTEXITCODE) { nuget restore MAA.sln }
|
||||
|
||||
- name: Bootstrap MaaDeps
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user