Skip to content

Commit

Permalink
ci(linux): add imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Dec 24, 2024
1 parent 87d4170 commit dfe6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install xrandr
run: sudo apt-get update && sudo apt-get install -y x11-xserver-utils
run: sudo apt-get update && sudo apt-get install -y x11-xserver-utils imagemagick
if: runner.os == 'Linux'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit dfe6d4e

Please sign in to comment.