Skip to content

Commit

Permalink
You actually have to set triplet through cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 8, 2024
1 parent 26d98a9 commit f49e5ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
triplet: x64-osx-dynamic
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
VCPKG_HOST_TRIPLET: ${{ matrix.triplet }}
VCPKG_BINARY_SOURCES: "clear"
vcpkgCommitId: '0f88ecb8528605f91980b90a2c5bad88e3cb565f'

steps:
Expand Down Expand Up @@ -92,6 +90,7 @@ jobs:
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
configurePreset: ci-release
configurePresetAdditionalArgs: "['-DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }}', '-DVCPKG_HOST_TRIPLET: ${{ matrix.triplet }}']"
buildPreset: CI-Build

- name: Copy docs
Expand Down

0 comments on commit f49e5ca

Please sign in to comment.