svn commit: r1920683 - /apr/apr/trunk/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 14:42:39 2024
New Revision: 1920683
URL: http://svn.apache.org/viewvc?rev=1920683&view=rev
Log:
.github/workflows/windows.yml: Remove -A argument because Ninja generator
does not support it.
Modified:
apr/apr/trunk/.github/workflows/windows.yml
Modified: apr/apr/trunk/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/windows.yml?rev=1920683&r1=1920682&r2=1920683&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/windows.yml (original)
+++ apr/apr/trunk/.github/workflows/windows.yml Sun Sep 15 14:42:39 2024
@@ -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 }} ^