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 25, 2024
1 parent 72b032a commit 2e964f9
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 @@ -64,6 +64,9 @@ jobs:
etoolbox
ocgx2
media9
- 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 2e964f9

Please sign in to comment.