Skip to content

Commit ada0f52

Browse files
Fix folder not found in build Qt step
1 parent 6cd5cce commit ada0f52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/ci_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ build_qt_static() {
2727

2828
cd qtbase || exit
2929

30+
mkdir -p build && cd build || exit
3031
cmake .. \
3132
-G "Ninja" \
3233
-DCMAKE_INSTALL_PREFIX="$qt_static_dir" \

0 commit comments

Comments
 (0)