From cfc4e9aae871589156b9a678cd76e7026078d53f Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:15:01 -0700 Subject: [PATCH] try using action's parameters for better caching --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6dc259c8..14cf86536 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,12 +171,9 @@ jobs: - name: Set up vcpkg and restore cache uses: lukka/run-vcpkg@v7 with: - setupOnly: true vcpkgGitCommitId: 2a31089e777fc187f1cc05338250b8e1810cfb52 - - name: Acquire Dependencies - shell: bash - run: | - $VCPKG_ROOT/vcpkg install qt5 ffmpeg openexr openimageio opencolorio portaudio --triplet=x64-windows --clean-after-build + vcpkgTriplet: x64-windows + vcpkgArguments: qt5 ffmpeg openexr openimageio opencolorio portaudio - name: Acquire Google Crashpad shell: bash