Skip to content

Commit a9b1e62

Browse files
committed
Alright, we need vcpkg-configuration.sjon
1 parent 9fe2e3d commit a9b1e62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141

4242
steps:
4343
- uses: lukka/get-cmake@latest
44-
- uses: lukka/run-vcpkg@v11
4544

4645
- uses: actions/checkout@v4
4746
with:
4847
submodules: 'recursive'
4948

49+
- uses: lukka/run-vcpkg@v11
50+
5051
- name: Install dependencies Ubuntu x86
5152
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
5253
run: |

0 commit comments

Comments
 (0)