svn commit: r1920646 - /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:01:18 2024
New Revision: 1920646
URL: http://svn.apache.org/viewvc?rev=1920646&view=rev
Log:
.github/workflows/windows.yml: Build using x64-windows-static triplet for
static configuration.
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=1920646&r1=1920645&r2=1920646&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:01:18 2024
@@ -67,7 +67,7 @@ jobs:
-DAPU_HAVE_CRYPTO=ON
- name: Static
os: windows-latest
- triplet: x64-windows
+ triplet: x64-windows-static
arch: x64
build-type: Debug
generator: Ninja