From 526cf6970a07b9670fd22e3abc8e70fe775d1476 Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Fri, 13 May 2022 19:34:09 +0200 Subject: [PATCH] Bump vcpkg version in github actions, set build type to Debug and let triplet be autodetected --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 902d107..1fa014e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: CMake on: [push, pull_request] env: - BUILD_TYPE: Release - CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release -DCPP_JWT_USE_VENDORED_NLOHMANN_JSON=off' + BUILD_TYPE: Debug + CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Debug -DCPP_JWT_USE_VENDORED_NLOHMANN_JSON=off' VCPKG_ARGUMENTS: 'nlohmann-json openssl gtest' - VCPKG_VERSION: '699c8779f1b0feb4ed3564716d1ed31f69663ea6' # Oct 16, 2021 + VCPKG_VERSION: '6be82cfac67649a31d4c3eba56d2fafa9dc6736a' # May 13, 2022 jobs: build: