From 414d050cf6f6e6afc3e713cf817ecee204f70122 Mon Sep 17 00:00:00 2001 From: Albert Liu <45282415+ggrtk@users.noreply.github.com> Date: Wed, 8 Apr 2020 00:28:32 -0700 Subject: [PATCH] CI: Fix qmake not finding qt5 in Ubuntu1804 image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 066674dbc..b72967421 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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