Skip to content

Commit

Permalink
Set VCPKG_DEFAULT_TRIPLET
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 27, 2025
1 parent 4d2a2a1 commit ad02275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"
CMAKE_UNITY_BUILD: ON
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
VCPKG_TRIPLET: x64-windows
VCPKG_DEFAULT_TRIPLET: x64-windows
permissions:
packages: write
steps:
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
# - name: Build C++ vcpkg dependencies
# run: |
# vcpkg install `
# --triplet $env:VCPKG_TRIPLET `
# --triplet $env:VCPKG_DEFAULT_TRIPLET `
# --x-manifest-root cpp `
# --x-install-root build\cpp\vcpkg_installed
# - name: Debug
Expand Down

0 comments on commit ad02275

Please sign in to comment.