separate steps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user