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