From 59715fe50371c315d290474af2cffbda60e369f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 26 Apr 2020 10:20:59 +0200 Subject: [PATCH] test: No need for imagemagick on linux --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5449f8c3e..85ab20a4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v1 - run: echo ::add-path::$HOME/.local/bin - run: sudo apt update - - run: sudo apt install --no-install-recommends -y x11-xserver-utils imagemagick python3-pip + - run: sudo apt install --no-install-recommends -y x11-xserver-utils python3-pip - run: sh -e /etc/init.d/xvfb start - run: curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/github.sh - run: python3 tests/server.py --version