We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e000e7 commit ac6092fCopy full SHA for ac6092f
resources/scripts/github-actions/build-linux-mac.sh
@@ -28,7 +28,7 @@ if [ $is_linux = true ]; then
28
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50
29
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 50
30
31
- source /opt/qt515/bin/qt514-env.sh
+ source /opt/qt514/bin/qt514-env.sh
32
else
33
pip3 install aqtinstall
34
0 commit comments