File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments