Skip to content

Commit 5efcaa4

Browse files
authored
Updated Ghostscript to 10.5.0 (#8814)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent d97441c commit 5efcaa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
choco install nasm --no-progress
9595
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
9696
97-
choco install ghostscript --version=10.4.0 --no-progress
98-
echo "C:\Program Files\gs\gs10.04.0\bin" >> $env:GITHUB_PATH
97+
choco install ghostscript --version=10.5.0 --no-progress
98+
echo "C:\Program Files\gs\gs10.05.0\bin" >> $env:GITHUB_PATH
9999
100100
# Install extra test images
101101
xcopy /S /Y Tests\test-images\* Tests\images

0 commit comments

Comments
 (0)