svn commit: r1920396 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Mon Sep 2 12:00:14 2024
New Revision: 1920396
URL: http://svn.apache.org/viewvc?rev=1920396&view=rev
Log:
* .github/workflows/windows.yml: Use TEST_STATIC_LIBS because we need libapr-1.dll
to run shared tests.
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=1920396&r1=1920395&r2=1920396&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 Mon Sep 2 12:00:14 2024
@@ -18,6 +18,7 @@ jobs:
arch: x64
build-type: Debug
generator: Ninja
+ test-static: OFF
fail-fast: false
name: "MSVC ${{ matrix.arch }} [${{ matrix.build-type }}] test-static=${{ matrix.test-static }} on ${{ matrix.os }}"