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 de4c4ae + 5df7f98 commit 4aef5d0Copy full SHA for 4aef5d0
.github/workflows/test-windows.yml
@@ -97,8 +97,8 @@ jobs:
97
choco install nasm --no-progress
98
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
99
100
- choco install ghostscript --version=10.5.1 --no-progress
101
- echo "C:\Program Files\gs\gs10.05.1\bin" >> $env:GITHUB_PATH
+ choco install ghostscript --version=10.6.0 --no-progress
+ echo "C:\Program Files\gs\gs10.06.0\bin" >> $env:GITHUB_PATH
102
103
# Install extra test images
104
xcopy /S /Y Tests\test-images\* Tests\images
0 commit comments