Skip to content

Commit

Permalink
set VCPKG_DEFAULT_HOST_TRIPLET
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Jan 29, 2024
1 parent c1ce971 commit 5d1cbf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
VCPKG_INSTALLED_DIR: '${{ github.workspace }}/vcpkg_installed/${{ matrix.platform }}'
VCPKG_DEFAULT_TRIPLET: '${{ matrix.triplet }}'
VCPKG_DEFAULT_HOST_TRIPLET: '${{ matrix.triplet }}'
VCPKG_OVERLAY_TRIPLETS: '${{ github.workspace }}/overlay/triplets'
steps:
- name: Setup XCode
Expand Down

0 comments on commit 5d1cbf7

Please sign in to comment.