aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-27 17:46:53 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-27 17:46:53 -0800
commit75a094b9fd567c7002b26fc06bdc04d7fbc5ea7f (patch)
tree1789358c9bf8c59f36fa98a9acfefcbedbb603a8 /.github/workflows
parent6845cfa0be2af54cdff39db3d36e49dc90bbdba3 (diff)
downloadnng-75a094b9fd567c7002b26fc06bdc04d7fbc5ea7f.tar.gz
nng-75a094b9fd567c7002b26fc06bdc04d7fbc5ea7f.tar.bz2
nng-75a094b9fd567c7002b26fc06bdc04d7fbc5ea7f.zip
windows: Debug and Release for vcpkg
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 47715890..54a04cc3 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -13,7 +13,7 @@ jobs:
uses: johnwason/vcpkg-action@v6
with:
pkgs: mbedtls
- triplet: x64-windows-release
+ triplet: x64-windows
token: ${{ github.token }}
github-binarycache: true