From 75a094b9fd567c7002b26fc06bdc04d7fbc5ea7f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 27 Jan 2024 17:46:53 -0800 Subject: [PATCH] windows: Debug and Release for vcpkg --- .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 47715890e..54a04cc32 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