Skip to content

Commit

Permalink
Fix dependencies installation in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Oct 25, 2023
1 parent ca27db5 commit 92370a2
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 @@ -29,7 +29,7 @@ jobs:

- name: Setup test environment
run: |
sudo apt install -y imagemagick graphicsmagick
sudo apt update && sudo apt install -y graphicsmagick
npm ci
npm install -g codecov
echo '${{ secrets.TEST_CONFIG }}' >> lib/config/config.json
Expand Down

0 comments on commit 92370a2

Please sign in to comment.