Skip to content

Commit

Permalink
Fix drv build <7>
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneficialCode authored Dec 4, 2023
1 parent da280f8 commit de13e80
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 @@ -29,12 +29,12 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v2
with: { submodules: recursive}
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
with: {vs-version: '[16.11,]'}

- name: Build kernel-mode
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild Anti-Rootkit.sln -target:Anti-Rootkit:Rebuild '/p:Configuration="Release";Platform=X64'
run: msbuild.exe Anti-Rootkit.sln -target:Anti-Rootkit:Rebuild '/p:Configuration="Release";Platform=X64'

0 comments on commit de13e80

Please sign in to comment.