Skip to content

Commit

Permalink
attempt to fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 26, 2023
1 parent 2a4233c commit 73a0060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -4,6 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update
run: sudo apt-get update
- name: Install ImageMagick
run: sudo apt-get -y install graphicsmagick
- name: checkout
Expand Down

0 comments on commit 73a0060

Please sign in to comment.