File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ install:
25
25
- mv c:\pillow-depends-main c:\pillow-depends
26
26
- xcopy /S /Y c:\pillow-depends\test_images\* c:\pillow\tests\images
27
27
- 7z x ..\pillow-depends\nasm-2.15.05-win64.zip -oc:\
28
- - ..\pillow-depends\gs9550w32 .exe /S
29
- - path c:\nasm-2.15.05;C:\Program Files (x86)\gs\gs9.55.0 \bin;%PATH%
28
+ - ..\pillow-depends\gs9561w32 .exe /S
29
+ - path c:\nasm-2.15.05;C:\Program Files (x86)\gs\gs9.56.1 \bin;%PATH%
30
30
- cd c:\pillow\winbuild\
31
31
- ps : |
32
32
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 52
52
7z x winbuild\depends\nasm-2.15.05-win64.zip "-o$env:RUNNER_WORKSPACE\"
53
53
echo "$env:RUNNER_WORKSPACE\nasm-2.15.05" >> $env:GITHUB_PATH
54
54
55
- winbuild\depends\gs9550w32 .exe /S
56
- echo "C:\Program Files (x86)\gs\gs9.55.0 \bin" >> $env:GITHUB_PATH
55
+ winbuild\depends\gs9561w32 .exe /S
56
+ echo "C:\Program Files (x86)\gs\gs9.56.1 \bin" >> $env:GITHUB_PATH
57
57
58
58
xcopy /S /Y winbuild\depends\test_images\* Tests\images\
59
59
You can’t perform that action at this time.
0 commit comments