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 6f7e172 commit 4808455Copy full SHA for 4808455
.github/workflows/windows.yml
@@ -123,7 +123,6 @@ jobs:
123
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
124
cmake -B ${{github.workspace}}/build ^
125
-G "${{ matrix.generator }}" ^
126
- -A ${{ matrix.arch }} ^
127
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} ^
128
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} ^
129
-DAPR_MODULAR_DSO=${{ matrix.dso-build }} ^
0 commit comments