Skip to content

Commit

Permalink
create source directory before download
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 19, 2024
1 parent 2cf32e0 commit 0d87d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install_3rdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SRC_DIR=$DEPENDENCIES_DIR/src
BUILD_DIR=$DEPENDENCIES_DIR/build
INSTALL_DIR=$DEPENDENCIES_DIR/dist

mkdir -o $SRC_DIR
mkdir -p $BUILD_DIR
mkdir -p $INSTALL_DIR

Expand Down

0 comments on commit 0d87d92

Please sign in to comment.