[CI] Try /usr as QT_DIR
This commit is contained in:
parent
170007e751
commit
3fcdbefce8
|
@ -55,6 +55,7 @@ before_install:
|
|||
before_script:
|
||||
- export CXX=$CXX_COMPILER
|
||||
- export CC=$C_COMPILER
|
||||
- export QT_DIR=/usr
|
||||
# Dump useful info.
|
||||
- $CXX --version
|
||||
- python3 --version
|
||||
|
|
Loading…
Reference in New Issue