Skip to content

Commit 0251ec4

Browse files
authored
Merge pull request #8078 from radarhere/ghostscript
2 parents 2d06108 + 2c9b5f0 commit 0251ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install:
3434
- xcopy /S /Y c:\test-images-main\* c:\pillow\tests\images
3535
- curl -fsSL -o nasm-win64.zip https://raw.githubusercontent.com/python-pillow/pillow-depends/main/nasm-2.16.01-win64.zip
3636
- 7z x nasm-win64.zip -oc:\
37-
- choco install ghostscript --version=10.3.0
37+
- choco install ghostscript --version=10.3.1
3838
- path c:\nasm-2.16.01;C:\Program Files\gs\gs10.00.0\bin;%PATH%
3939
- cd c:\pillow\winbuild\
4040
- ps: |

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
choco install nasm --no-progress
8787
echo "C:\Program Files\NASM" >> $env:GITHUB_PATH
8888
89-
choco install ghostscript --version=10.3.0 --no-progress
89+
choco install ghostscript --version=10.3.1 --no-progress
9090
echo "C:\Program Files\gs\gs10.00.0\bin" >> $env:GITHUB_PATH
9191
9292
# Install extra test images

0 commit comments

Comments
 (0)