We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4a707 commit be785dbCopy full SHA for be785db
.github/workflows/main.yml
@@ -106,7 +106,7 @@ jobs:
106
shell: cmd
107
run: |
108
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
109
- msbuild IM6.StaticDLL.${{matrix.architecture}}.sln /m /t:Rebuild /p:Configuration=Release,Platform=x64
+ msbuild IM6.Static.${{matrix.architecture}}.sln /m /t:Rebuild /p:Configuration=Release,Platform=x64
110
111
build_msys2:
112
name: Build MSYS2
0 commit comments