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.
1 parent 877527c commit 35d6429Copy full SHA for 35d6429
1 file changed
.github/workflows/test-windows.yml
@@ -94,8 +94,8 @@ jobs:
94
choco install nasm --no-progress
95
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
96
97
- choco install ghostscript --version=10.7.0 --no-progress
98
- echo "C:\Program Files\gs\gs10.07.0\bin" >> $env:GITHUB_PATH
+ choco install ghostscript --version=10.7.1 --no-progress
+ echo "C:\Program Files\gs\gs10.07.1\bin" >> $env:GITHUB_PATH
99
100
# Install extra test images
101
xcopy /S /Y Tests\test-images\* Tests\images
0 commit comments