mirror of https://github.com/mgba-emu/mgba.git
Update ci.yml
This commit is contained in:
parent
b8645fc996
commit
e8bd52df77
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue