Update ci.yml

This commit is contained in:
Margen67 2023-06-03 07:37:19 -07:00 committed by GitHub
parent e8bd52df77
commit c87358a0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ jobs:
vcpkg install ffmpeg[vpx,x264] libepoxy libpng libzip lua sdl2 sqlite3
vcpkg --no-dry-run upgrade
vcpkg integrate install
echo "${env:VCPKG_INSTALLATION_ROOT}\installed\x64-windows-release\bin" >> "$GITHUB_PATH"
cd -
mkdir build
- uses: jurplel/install-qt-action@v3.2.1