From e8bd52df77a81597572f24f5788acd1f23eda374 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 3 Jun 2023 07:21:31 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58121b91b..4d7a64214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,9 +73,13 @@ jobs: - uses: actions/checkout@v3 - name: Setup run: | - #C:\vcpkg\bootstrap-vcpkg.bat + cd $env:VCPKG_INSTALLATION_ROOT + .\bootstrap-vcpkg + vcpkg integrate install vcpkg install ffmpeg[vpx,x264] libepoxy libpng libzip lua sdl2 sqlite3 vcpkg --no-dry-run upgrade + vcpkg integrate install + cd - mkdir build - uses: jurplel/install-qt-action@v3.2.1 with: