diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0a571f3a..66a02cc27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,15 +168,17 @@ jobs: - name: Enable Developer Command Prompt (Windows) uses: ilammy/msvc-dev-cmd@v1 - - name: Acquire Dependencies + - name: Set up vcpkg and restore cache uses: lukka/run-vcpkg@v7 with: setupOnly: true 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 - shell: bash - name: Acquire Google Crashpad shell: bash