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