Skip to content
Snippets Groups Projects
Commit e6cd85e9 authored by calrama's avatar calrama
Browse files

ci/cd: Revert superfluous code

parent 16cfd628
Branches
Tags
No related merge requests found
Pipeline #27653 failed
...@@ -73,7 +73,6 @@ if system() == 'Windows': ...@@ -73,7 +73,6 @@ if system() == 'Windows':
if system() == 'Linux': if system() == 'Linux':
def setup_qt5(): def setup_qt5():
env['PATH'] += f"{pathsep}/usr/lib/x86_64-linux-gnu"
env['PATH'] += f"{pathsep}{env['Qt5_DIR']}/../../../bin/" env['PATH'] += f"{pathsep}{env['Qt5_DIR']}/../../../bin/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment