mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 08:48:31 +00:00
chore: Fix CMAKE_ARGS env var in github workflow
This commit is contained in:
parent
3e02ab9c4f
commit
df1f82b708
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCPP_JWT_USE_VENDORED_NLOHMANN_JSON=off'
|
||||
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=Release -DCPP_JWT_USE_VENDORED_NLOHMANN_JSON=off'
|
||||
VCPKG_ARGUMENTS: 'nlohmann-json openssl gtest'
|
||||
VCPKG_VERSION: '699c8779f1b0feb4ed3564716d1ed31f69663ea6' # Oct 16, 2021
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue