Skip to content

Commit

Permalink
fix drv build <6>
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneficialCode authored Dec 4, 2023
1 parent cc67e5f commit da280f8
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 @@ -37,4 +37,4 @@ jobs:

- 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 Anti-Rootkit.sln -target:Anti-Rootkit:Rebuild '/p:Configuration="Release";Platform=X64'

0 comments on commit da280f8

Please sign in to comment.