Skip to content

Commit

Permalink
Add -p flag to mkdir
Browse files Browse the repository at this point in the history
Co-authored-by: Peter L Jones <[email protected]>
  • Loading branch information
ann0see and pljones authored Jul 1, 2024
1 parent 1e3843b commit 2ce9824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/autobuild/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setup() {
else
echo "Installing Qt..."
# We may need to create the Qt installation directory and chown it to the runner user to fix permissions
sudo mkdir "${QT_DIR}"
sudo mkdir -p "${QT_DIR}"
sudo chown "$(whoami)" "${QT_DIR}"
# Create and enter virtual environment
python3 -m venv venv
Expand Down

0 comments on commit 2ce9824

Please sign in to comment.