mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 11:35:45 -04:00
CI: Fix qmake not finding qt5 in Ubuntu1804 image
This commit is contained in:
@ -19,7 +19,7 @@ install:
|
||||
|
||||
sudo apt-get update
|
||||
|
||||
sudo apt-get install -y cmake ninja-build ccache libsdl2-dev libgtk2.0-dev qtbase5-dev qtbase5-dev-tools
|
||||
sudo apt-get install -y cmake ninja-build ccache libsdl2-dev libgtk2.0-dev qtbase5-dev qtbase5-dev-tools qt5-default
|
||||
|
||||
elif [ "$APPVEYOR_BUILD_WORKER_IMAGE" == "macOS" ]; then
|
||||
|
||||
|
Reference in New Issue
Block a user