Fix github action build

This commit is contained in:
cxfksword
2022-10-11 17:38:07 +08:00
parent 14f5dec5a2
commit da2c0d0331
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with:
dotnet-version: ${{ env.dotnet-version }}
- name: Restore nuget packages
run: dotnet restore ${{ env.project }}
run: dotnet restore ${{ env.project }} # 需要指定项目要不然会同时build多个项目导致出错
- name: Setup python
uses: actions/setup-python@v2
with: