We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf049 commit 07a3549Copy full SHA for 07a3549
.github/workflows/build.yml
@@ -44,6 +44,11 @@ jobs:
44
with:
45
submodules: 'recursive'
46
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
+
52
- name: Install dependencies Ubuntu x86
53
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
54
run: |
0 commit comments