File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ 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.03-win64.zip
3636- 7z x nasm-win64.zip -oc:\
37- - choco install ghostscript --version=10.3.1
38- - path c:\nasm-2.16.03;C:\Program Files\gs\gs10.03.1 \bin;%PATH%
37+ - choco install ghostscript --version=10.4.0
38+ - path c:\nasm-2.16.03;C:\Program Files\gs\gs10.04.0 \bin;%PATH%
3939- cd c:\pillow\winbuild\
4040- ps : |
4141 c:\python39\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
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.1 --no-progress
90- echo "C:\Program Files\gs\gs10.03.1 \bin" >> $env:GITHUB_PATH
89+ choco install ghostscript --version=10.4.0 --no-progress
90+ echo "C:\Program Files\gs\gs10.04.0 \bin" >> $env:GITHUB_PATH
9191
9292 # Install extra test images
9393 xcopy /S /Y Tests\test-images\* Tests\images
You can’t perform that action at this time.
0 commit comments