ci/mingw: install wine optionally

This commit is contained in:
Kacper Michajłow 2024-06-07 20:41:47 +02:00
parent 9f8b4b38c9
commit 22aa570cf8
1 changed files with 1 additions and 1 deletions

View File

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