separate steps

This commit is contained in:
itsmattkc
2021-10-02 01:56:35 -07:00
parent e02d2c7d33
commit 84ab522bd8
+4 -2
View File
@@ -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