Skip to content

Commit

Permalink
feat: refresh env
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 22, 2024
1 parent 4b382aa commit 964e9de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
if: matrix.platform.runner == 'macos-latest'

- name: Install ghostscript (for windows)
run: choco install ghostscript
run: |
choco install ghostscript --yes --no-progress
refreshenv
if: matrix.platform.runner == 'windows-latest'

- name: Build
Expand Down

0 comments on commit 964e9de

Please sign in to comment.