mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
chore: Add -DCMAKE_TOOLCHAIN_FILE to the cmake configure step of the github workflow
This commit is contained in:
parent
df1f82b708
commit
ace2ab8197
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
vcpkgTriplet: ${{ matrix.config.triplet }}
|
vcpkgTriplet: ${{ matrix.config.triplet }}
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{ github.workspace }}/build ${{ env.CMAKE_ARGS }}
|
run: cmake -B ${{ github.workspace }}/build -DCMAKE_TOOLCHAIN_FILE=${{ runner.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake ${{ env.CMAKE_ARGS }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build ${{ github.workspace }}/build --config ${{ env.BUILD_TYPE }} --parallel ${{ matrix.config.parallel }}
|
run: cmake --build ${{ github.workspace }}/build --config ${{ env.BUILD_TYPE }} --parallel ${{ matrix.config.parallel }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue