Skip to content

Commit

Permalink
set VCPKG_TARGET_TRIPLET according to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Aug 3, 2023
1 parent 9a001e1 commit 098afde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Configure CMake
working-directory: ${{ github.workspace }}/binary_io
run: cmake --preset ninja-windows-vcpkg
run: cmake --preset ninja-windows-vcpkg -DVCPKG_TARGET_TRIPLET="${{ matrix.arch }}-windows-static-md"

- name: Build
working-directory: ${{ github.workspace }}/binary_io
Expand Down

0 comments on commit 098afde

Please sign in to comment.