Skip to content

Commit

Permalink
更新。
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Jan 17, 2024
1 parent 3759c1d commit 67a8498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: nuget restore .

#谨记:这个只需运行一次即可。
#- name: Install WDK #这个执行半个小时是要的。
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: .\.github\workflows\Install-WDK.ps1 #microsoft\runner-images\images\win\scripts\Installers\Install-WDK.ps1
- name: Install WDK #这个执行半个小时是要的。
working-directory: ${{env.GITHUB_WORKSPACE}}
run: .\.github\workflows\Install-WDK.ps1 #microsoft\runner-images\images\win\scripts\Installers\Install-WDK.ps1

- name: Build solution
run: msbuild /m /p:Configuration=${{ env.Configuration }} /p:Platform=${{ env.Platform }} ${{ env.Solution_Path }}
Expand Down

0 comments on commit 67a8498

Please sign in to comment.