Skip to content

Commit

Permalink
.github/workflows/windows.yml: Build using x64-windows-static triplet…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Ivan Zhakov committed Sep 14, 2024
1 parent 70f24f1 commit debc0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit debc0b4

Please sign in to comment.