Skip to content

Commit

Permalink
Try to fix installation of graphicsmagick in server tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Oct 24, 2023
1 parent 0153076 commit db95eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
mongodb-version: '4.4'
- name: Install graphicsmagick
run: sudo apt-get install -y graphicsmagick
run: sudo apt-get update & sudo apt-get install -y graphicsmagick
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit db95eb9

Please sign in to comment.