try using action's parameters for better caching

This commit is contained in:
itsmattkc
2021-10-02 14:15:01 -07:00
parent df2c9c3cf1
commit cfc4e9aae8
+2 -5
View File
@@ -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