mirror of https://github.com/mpv-player/mpv
ci/mingw: install wine optionally
This commit is contained in:
parent
9f8b4b38c9
commit
22aa570cf8
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ccache g++-mingw-w64 meson nasm ninja-build pkg-config wine
|
||||
sudo apt-get install -y ccache g++-mingw-w64 meson nasm ninja-build pkg-config ${{ matrix.wine }}
|
||||
|
||||
- name: Install Meson Wraps
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue