Update ci.yml

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

View File

@ -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: