File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99echo " Install dependencies..."
1010python3 -m pip install aqtinstall
11- python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+ python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212
1313# add the qt binaries to the path
14- export -p PATH=/usr/local/opt/qt/5.9.9 /clang_64/bin:" ${PATH} "
14+ export -p PATH=/usr/local/opt/qt/5.12.10 /clang_64/bin:" ${PATH} "
1515echo " ::set-env name=PATH::${PATH} "
1616echo " the path is ${PATH} "
1717
Original file line number Diff line number Diff line change 88
99echo " Install dependencies..."
1010python3 -m pip install aqtinstall
11- python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+ python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212
1313# add the qt binaries to the path
14- export -p PATH=/usr/local/opt/qt/5.9.9 /clang_64/bin:" ${PATH} "
14+ export -p PATH=/usr/local/opt/qt/5.12.10 /clang_64/bin:" ${PATH} "
1515echo " ::set-env name=PATH::${PATH} "
1616echo " the path is ${PATH} "
1717
You can’t perform that action at this time.
0 commit comments