Skip to content

Commit 4808455

Browse files
author
Ivan Zhakov
committed
.github/workflows/windows.yml: Remove -A argument because Ninja generator
does not support it. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920683 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6f7e172 commit 4808455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
124124
cmake -B ${{github.workspace}}/build ^
125125
-G "${{ matrix.generator }}" ^
126-
-A ${{ matrix.arch }} ^
127126
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} ^
128127
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} ^
129128
-DAPR_MODULAR_DSO=${{ matrix.dso-build }} ^

0 commit comments

Comments
 (0)