From 9b0af75ac279de005796280d73a67c0104c7167c Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 2 Oct 2021 02:03:13 -0700 Subject: [PATCH] correct triplet --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c36e55b6..0895fd900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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