Skip to content

Commit ac6092f

Browse files
author
Martin Rotter
committed
fix ssl for linux build
1 parent 1e000e7 commit ac6092f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/github-actions/build-linux-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ $is_linux = true ]; then
2828
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 50
2929
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 50
3030

31-
source /opt/qt515/bin/qt514-env.sh
31+
source /opt/qt514/bin/qt514-env.sh
3232
else
3333
pip3 install aqtinstall
3434

0 commit comments

Comments
 (0)