Skip to content

Commit

Permalink
fix drv build <5>
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneficialCode authored Dec 4, 2023
1 parent 3dab9fc commit cc67e5f
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 '/p:Configuration=${{env.BUILD_CONFIGURATION}};Platform=X64' ${{env.SOLUTION_FILE_PATH}} /t:Anti-Rootkit:Rebuild
run: msbuild Anti-Rootkit.sln -target:Anti-Rootkit:Rebuild /p:Configuration="Release";Platform=X64

0 comments on commit cc67e5f

Please sign in to comment.