Skip to content

Commit 7171e1c

Browse files
authored
Merge pull request #8332 from radarhere/ghostscript
Corrected GitHub Actions Windows Ghostscript path
2 parents 4721c31 + 65172db commit 7171e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
8888
8989
choco install ghostscript --version=10.3.1 --no-progress
90-
echo "C:\Program Files\gs\gs10.00.0\bin" >> $env:GITHUB_PATH
90+
echo "C:\Program Files\gs\gs10.03.1\bin" >> $env:GITHUB_PATH
9191
9292
# Install extra test images
9393
xcopy /S /Y Tests\test-images\* Tests\images

0 commit comments

Comments
 (0)