Skip to content

Commit

Permalink
ci: windows: Set default vcpkg triplet for proper environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Aug 8, 2024
1 parent 0eac24c commit ea5d5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
configurePreset: '${{ matrix.arch }}-${{ matrix.config }}-${{ matrix.qtver }}'
buildPreset: '${{ matrix.arch }}-${{ matrix.config }}-${{ matrix.qtver }}'
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.arch }}-windows
VCPKG_DEFAULT_HOST_TRIPLET: x64-windows-static-release
VCPKG_FORCE_SYSTEM_BINARIES: 1

Expand Down

0 comments on commit ea5d5f6

Please sign in to comment.