Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
fix drv build <2>
  • Loading branch information
BeneficialCode authored Dec 4, 2023
1 parent 59d652f commit 9cce875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- uses: actions/checkout@v3
with: { submodules: recursive}
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
with: {vs-version: '[16,]'}
uses: microsoft/setup-msbuild@v1.3.1
with: {vs-version: '[16.11,]'}

- name: Build kernel-mode
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 9cce875

Please sign in to comment.