We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4721c31 + 65172db commit 7171e1cCopy full SHA for 7171e1c
.github/workflows/test-windows.yml
@@ -87,7 +87,7 @@ jobs:
87
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
88
89
choco install ghostscript --version=10.3.1 --no-progress
90
- echo "C:\Program Files\gs\gs10.00.0\bin" >> $env:GITHUB_PATH
+ echo "C:\Program Files\gs\gs10.03.1\bin" >> $env:GITHUB_PATH
91
92
# Install extra test images
93
xcopy /S /Y Tests\test-images\* Tests\images
0 commit comments