mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
ci/mingw: install wine optionally
This commit is contained in:
parent
9f8b4b38c9
commit
22aa570cf8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
Block a user