Skip to content

Commit

Permalink
test: No need for imagemagick on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored and rwols committed Apr 27, 2020
1 parent 36f1e43 commit 59715fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59715fe

Please sign in to comment.