Skip to content

Commit

Permalink
CI: Install ghostscript during windows build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 24, 2024
1 parent 97eb3b1 commit 55b30d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-asy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
hypdoc
parskip
etoolbox
- name: Install ghostscript
shell: pwsh
run: choco install ghostscript
- name: Download configuration artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 55b30d7

Please sign in to comment.