Skip to content

Commit

Permalink
Merge pull request python-pillow#8332 from radarhere/ghostscript
Browse files Browse the repository at this point in the history
Corrected GitHub Actions Windows Ghostscript path
  • Loading branch information
radarhere authored Aug 27, 2024
2 parents 4721c31 + 65172db commit 7171e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
choco install ghostscript --version=10.3.1 --no-progress
echo "C:\Program Files\gs\gs10.00.0\bin" >> $env:GITHUB_PATH
echo "C:\Program Files\gs\gs10.03.1\bin" >> $env:GITHUB_PATH
# Install extra test images
xcopy /S /Y Tests\test-images\* Tests\images
Expand Down

0 comments on commit 7171e1c

Please sign in to comment.