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 038ca7f + 2245fd0 commit 7e4d8e2Copy full SHA for 7e4d8e2
.github/workflows/test-windows.yml
@@ -98,8 +98,8 @@ jobs:
98
choco install nasm --no-progress
99
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
100
101
- choco install ghostscript --version=10.5.0 --no-progress
102
- echo "C:\Program Files\gs\gs10.05.0\bin" >> $env:GITHUB_PATH
+ choco install ghostscript --version=10.5.1 --no-progress
+ echo "C:\Program Files\gs\gs10.05.1\bin" >> $env:GITHUB_PATH
103
104
# Install extra test images
105
xcopy /S /Y Tests\test-images\* Tests\images
0 commit comments