Skip to content

Commit

Permalink
.github/workflows/windows.yml: Remove -A argument because Ninja gener…
Browse files Browse the repository at this point in the history
…ator

does not support it.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920683 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 6f7e172 commit 4808455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cmake -B ${{github.workspace}}/build ^
-G "${{ matrix.generator }}" ^
-A ${{ matrix.arch }} ^
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} ^
-DBUILD_SHARED_LIBS=${{ matrix.build-shared }} ^
-DAPR_MODULAR_DSO=${{ matrix.dso-build }} ^
Expand Down

0 comments on commit 4808455

Please sign in to comment.