Skip to content

Commit

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

- name: Build kernel-mode
Expand Down

0 comments on commit 59d652f

Please sign in to comment.