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 3a44ba1 commit e34c7beCopy full SHA for e34c7be
.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.6.0 --no-progress
102
- echo "C:\Program Files\gs\gs10.06.0\bin" >> $env:GITHUB_PATH
+ choco install ghostscript --version=10.7.0 --no-progress
+ echo "C:\Program Files\gs\gs10.07.0\bin" >> $env:GITHUB_PATH
103
104
# Install extra test images
105
xcopy /S /Y Tests\test-images\* Tests\images
0 commit comments