Skip to content

Commit 9fe2e3d

Browse files
committed
Update build.yml
1 parent 855e090 commit 9fe2e3d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141

4242
steps:
43+
- uses: lukka/get-cmake@latest
44+
- uses: lukka/run-vcpkg@v11
45+
4346
- uses: actions/checkout@v4
4447
with:
4548
submodules: 'recursive'
4649

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-
5250
- name: Install dependencies Ubuntu x86
5351
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
5452
run: |

0 commit comments

Comments
 (0)