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 @@ -25,8 +25,8 @@ install:
2525- mv c:\pillow-depends-main c:\pillow-depends
2626- xcopy /S /Y c:\pillow-depends\test_images\* c:\pillow\tests\images
2727- 7z x ..\pillow-depends\nasm-2.15.05-win64.zip -oc:\
28- - ..\pillow-depends\gs9561w32 .exe /S
29- - path c:\nasm-2.15.05;C:\Program Files (x86)\gs\gs9.56.1 \bin;%PATH%
28+ - ..\pillow-depends\gs1000w32 .exe /S
29+ - path c:\nasm-2.15.05;C:\Program Files (x86)\gs\gs10.0.0 \bin;%PATH%
3030- cd c:\pillow\winbuild\
3131- ps : |
3232 c:\python37\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
Original file line number Diff line number Diff line change 5555 7z x winbuild\depends\nasm-2.15.05-win64.zip "-o$env:RUNNER_WORKSPACE\"
5656 echo "$env:RUNNER_WORKSPACE\nasm-2.15.05" >> $env:GITHUB_PATH
5757
58- winbuild\depends\gs9561w32 .exe /S
59- echo "C:\Program Files (x86)\gs\gs9.56.1 \bin" >> $env:GITHUB_PATH
58+ winbuild\depends\gs1000w32 .exe /S
59+ echo "C:\Program Files (x86)\gs\gs10.0.0 \bin" >> $env:GITHUB_PATH
6060
6161 xcopy /S /Y winbuild\depends\test_images\* Tests\images\
6262
You can’t perform that action at this time.
0 commit comments