mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[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 a new issue