We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd6d8 commit ffde0f4Copy full SHA for ffde0f4
.github/workflows/main.yml
@@ -66,11 +66,11 @@ jobs:
66
- name: Build user-mode
67
run: |
68
cd msvc
69
- msbuild.exe Zydis.sln /m /t:Rebuild '/p:Configuration="Release MD";Platform=X64'
+ msbuild.exe Zydis.sln /m /t:Rebuild /p:Configuration="Release MD" /p:Platform=X64
70
- name: Build kernel-mode
71
72
73
- msbuild.exe Zydis.sln /m /t:Rebuild '/p:Configuration="Release Kernel";Platform=X64'
+ msbuild.exe Zydis.sln /m /t:Rebuild /p:Configuration="Release Kernel" /p:Platform=X64
74
75
amalgamated:
76
name: Amalgamated build (Ubuntu 22.04)
0 commit comments