Skip to content

Commit e4c4312

Browse files
Fix function name not match in script build for macOS
1 parent 274a66d commit e4c4312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install_dependencies() {
1919
export QT_DIR="/opt/homebrew/opt/qt@6"
2020
}
2121

22-
create_dir() {
22+
create_build_dir() {
2323
mkdir -p "$build_entry"
2424
cd "$build_entry" || exit
2525
}

0 commit comments

Comments
 (0)