svn commit: r1920649 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sat Sep 14 18:28:07 2024
New Revision: 1920649
URL: http://svn.apache.org/viewvc?rev=1920649&view=rev
Log:
.github/workflows/windows.yml: Set VCPKG_TARGET_TRIPLET when building APR and
APR-Util to use proper vcpkg packages.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/workflows/windows.yml?rev=1920649&r1=1920648&r2=1920649&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Sat Sep 14 18:28:07 2024
@@ -111,7 +111,8 @@ jobs:
-S ${{github.workspace}}/apr ^
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }} ^
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ^
- -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install
+ -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install ^
+ -DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }}
- name: Build APR
shell: cmd
@@ -143,6 +144,7 @@ jobs:
-DAPR_HAS_LDAP=OFF ^
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake ^
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install ^
+ -DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }} ^
${{ matrix.config }}
- name: Build