Skip to content

Commit

Permalink
set triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 29, 2024
1 parent 28d0c26 commit 1883fd1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ jobs:
with:
arch: ${{ matrix.arch }}

- if: matrix.arch == 'amd64'
name: 'Set triplet x64-windows'
shell: cmd
run: set VCPKG_DEFAULT_TRIPLET=x64-windows

- if: matrix.arch == 'amd64_x86'
name: 'Set triplet x86-windows'
shell: cmd
run: set VCPKG_DEFAULT_TRIPLET=x86-windows

- if: matrix.arch == 'amd64_arm64'
name: 'Set triplet arm64-Windows'
shell: cmd
run: set VCPKG_DEFAULT_TRIPLET=arm64-windows

- uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true
Expand Down

0 comments on commit 1883fd1

Please sign in to comment.