fix: 为冒烟测试的nuget添加重试

This commit is contained in:
MistEO
2023-05-16 14:30:25 +08:00
committed by GitHub
parent 5e91689995
commit 3341906ca2

View File

@@ -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: