We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3843b commit 2ce9824Copy full SHA for 2ce9824
.github/autobuild/mac.sh
@@ -48,7 +48,7 @@ setup() {
48
else
49
echo "Installing Qt..."
50
# We may need to create the Qt installation directory and chown it to the runner user to fix permissions
51
- sudo mkdir "${QT_DIR}"
+ sudo mkdir -p "${QT_DIR}"
52
sudo chown "$(whoami)" "${QT_DIR}"
53
# Create and enter virtual environment
54
python3 -m venv venv
0 commit comments