Skip to content

Commit f4b6064

Browse files
committed
CI: fix qt5 path for linux builds
1 parent ee29866 commit f4b6064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ image:
77
environment:
88
matrix:
99
- BUILD_COMBO: linux-gcc
10-
Qt5_DIR: "$HOME/Qt/5.14"
10+
Qt5_DIR: "$HOME/Qt/5.14/gcc_64"
1111
- BUILD_COMBO: linux-clang
12-
Qt5_DIR: "$HOME/Qt/5.14"
12+
Qt5_DIR: "$HOME/Qt/5.14/clang_64"
1313
- BUILD_COMBO: windows-mingw
1414
Qt5_DIR: "C:\\Qt\\5.14\\mingw73_64"
1515
- BUILD_COMBO: windows-msvc

0 commit comments

Comments
 (0)