Skip to content

Commit 07a3549

Browse files
committed
Try run-vcpkg
1 parent cebf049 commit 07a3549

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
submodules: 'recursive'
4646

47+
- name: Setup anew (or from cache) vcpkg (and does not build any package)
48+
uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
49+
# action you need, `v11` in this case to stay up
50+
# to date with fixes on the v11 branch.
51+
4752
- name: Install dependencies Ubuntu x86
4853
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
4954
run: |

0 commit comments

Comments
 (0)