File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ jobs:
7171 pip show aqtinstall
7272
7373 # Install Qt Installer Framework
74- python -m aqt install-tool -O ${{ github.workspace }}/Qt/ mac desktop tools_ifw
74+ python -m aqt install-tool -O " ${{ github.workspace }}/Qt/" mac desktop tools_ifw
7575
7676 # Find the actual installed version directory and add to PATH
77- QT_IFW_DIR=$(find ${{ github.workspace }}/Qt/Tools/QtInstallerFramework -maxdepth 1 -type d -name "*" | head -1)
77+ QT_IFW_DIR=$(find " ${{ github.workspace }}/Qt/Tools/QtInstallerFramework" -maxdepth 1 -type d -name "*" | head -1)
7878 if [ -d "$QT_IFW_DIR" ]; then
7979 echo "Qt Installer Framework installed successfully at: $QT_IFW_DIR"
8080 echo "$QT_IFW_DIR/bin" >> $GITHUB_PATH
@@ -95,10 +95,10 @@ jobs:
9595 pip show aqtinstall
9696
9797 # Install Qt Installer Framework
98- python -m aqt install-tool -O ${{ github.workspace }}/Qt/ windows desktop tools_ifw
98+ python -m aqt install-tool -O " ${{ github.workspace }}/Qt/" windows desktop tools_ifw
9999
100100 # Find the actual installed version directory and add to PATH
101- QT_IFW_DIR=$(find ${{ github.workspace }}/Qt/Tools/QtInstallerFramework -maxdepth 1 -type d -name "*" | head -1)
101+ QT_IFW_DIR=$(find " ${{ github.workspace }}/Qt/Tools/QtInstallerFramework" -maxdepth 1 -type d -name "*" | head -1)
102102 if [ -d "$QT_IFW_DIR" ]; then
103103 echo "Qt Installer Framework installed successfully at: $QT_IFW_DIR"
104104 echo "$QT_IFW_DIR/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments