From e6cd85e94fa5184cbdec6d32c5b0c61386dbbfca Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 13 Aug 2019 03:09:27 +0200 Subject: [PATCH] ci/cd: Revert superfluous code --- .gitlab-ci.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.py b/.gitlab-ci.py index 5d61e21e..a2d8e34b 100755 --- a/.gitlab-ci.py +++ b/.gitlab-ci.py @@ -73,7 +73,6 @@ if system() == 'Windows': if system() == 'Linux': def setup_qt5(): - env['PATH'] += f"{pathsep}/usr/lib/x86_64-linux-gnu" env['PATH'] += f"{pathsep}{env['Qt5_DIR']}/../../../bin/" -- GitLab