Skip to content

Commit f848219

Browse files
committed
Add vcpkg install step to restore dependencies
1 parent 8b6275e commit f848219

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
restore-keys: |
2828
vcpkg-${{ runner.os }}-
2929
30+
- name: Install vcpkg dependencies
31+
shell: cmd
32+
run: vcpkg install --triplet x64-windows
33+
3034
- name: Setup project
3135
shell: cmd
3236
run: setup.bat

0 commit comments

Comments
 (0)