Skip to content

Commit 2ce9824

Browse files
ann0seepljones
andauthored
Add -p flag to mkdir
Co-authored-by: Peter L Jones <pljones@users.noreply.github.com>
1 parent 1e3843b commit 2ce9824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/autobuild/mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ setup() {
4848
else
4949
echo "Installing Qt..."
5050
# We may need to create the Qt installation directory and chown it to the runner user to fix permissions
51-
sudo mkdir "${QT_DIR}"
51+
sudo mkdir -p "${QT_DIR}"
5252
sudo chown "$(whoami)" "${QT_DIR}"
5353
# Create and enter virtual environment
5454
python3 -m venv venv

0 commit comments

Comments
 (0)