Skip to content

Commit

Permalink
* .github/workflows/windows.yml: Use TEST_STATIC_LIBS because we need…
Browse files Browse the repository at this point in the history
… libapr-1.dll

  to run shared tests.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920396 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 2, 2024
1 parent 83d0dfb commit db42f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit db42f17

Please sign in to comment.