From debc0b4644cd541ed2bfd3150746d14e6f080e8c Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 14 Sep 2024 18:01:18 +0000 Subject: [PATCH] .github/workflows/windows.yml: Build using x64-windows-static triplet for static configuration. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920646 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 326a20dd..0b99bfde 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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