Skip to content

Commit

Permalink
Merge pull request #593 from MatthewFluet/release-workflow-updates
Browse files Browse the repository at this point in the history
Install GraphicsMagick as part of install-guide-dependencies action
  • Loading branch information
MatthewFluet authored Dec 30, 2024
2 parents 27d7e10 + 1665163 commit b15e2d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-guide-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ description: 'Install dependencies to build MLton guide'
runs:
using: "composite"
steps:
- name: Install GraphicsMagick
shell: 'bash'
run: sudo apt-get install graphicsmagick
- name: Install AsciiDoctor
shell: 'bash'
run: sudo gem install asciidoctor
Expand Down

0 comments on commit b15e2d2

Please sign in to comment.