From 84ab522bd8ea0cc46eafbe899eff3eaaf43df181 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:56:35 -0700 Subject: [PATCH] separate steps --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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