Skip to content

Commit bd5edf1

Browse files
Fix directory not found in CI
1 parent 23ad6f3 commit bd5edf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build_dir="build"
44
release_flags="-DCMAKE_BUILD_TYPE=Release"
55

66
qt_build_dir="qt-build"
7+
mkdir -p "$qt_src_dir"
78
qt_static_dir="$(cd "$qt_build_dir" && pwd)/qt-src/qtbase/build/qt-static"
89
qt_src_dir="$qt_build_dir/qt-src"
910

@@ -22,7 +23,6 @@ install_base() {
2223
}
2324

2425
build_qt_static() {
25-
mkdir -p "$qt_src_dir"
2626
cd "$qt_src_dir" || exit
2727

2828
git clone https://github.com/qt/qt5.git .

0 commit comments

Comments
 (0)