From b8d312bb23bb3b90b324c91ac609d2ec2aef6618 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 18 Oct 2022 00:49:15 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20build=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 487b0f5..249cbc3 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,8 +14,8 @@ steps: - name: Linux test image: ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2 commands: - - apt update - - apt install -y texlive-latex-base dvipng + #- apt update + #- apt install -y texlive-latex-base dvipng - xvfb-run python3 run.py --test-build --no-check-for-updates - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf - xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf