correct triplet

This commit is contained in:
itsmattkc
2021-10-02 02:03:13 -07:00
parent 3fe7f3e283
commit 9b0af75ac2
+1 -4
View File
@@ -173,13 +173,10 @@ jobs:
with:
setupOnly: true
vcpkgGitCommitId: 2a31089e777fc187f1cc05338250b8e1810cfb52
env:
VCPKG_DEFAULT_TRIPLET: x64-windows
- name: Acquire Dependencies
shell: bash
run: |
$VCPKG_ROOT/vcpkg install qt5 ffmpeg openexr openimageio opencolorio portaudio --triplet=x64-windows-rel
$VCPKG_ROOT/vcpkg install qt5 ffmpeg openexr openimageio opencolorio portaudio --triplet=x64-windows
- name: Acquire Google Crashpad
shell: bash