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 855e090 commit 9fe2e3dCopy full SHA for 9fe2e3d
.github/workflows/build.yml
@@ -40,15 +40,13 @@ jobs:
40
runs-on: ${{ matrix.os }}
41
42
steps:
43
+ - uses: lukka/get-cmake@latest
44
+ - uses: lukka/run-vcpkg@v11
45
+
46
- uses: actions/checkout@v4
47
with:
48
submodules: 'recursive'
49
- - name: Setup anew (or from cache) vcpkg (and does not build any package)
- uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
- # 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