Skip to content

Commit

Permalink
Updated Ghostscript to 9.53.3
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 4, 2020
1 parent 6620916 commit 6b11976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ install:
- mv c:\pillow-depends-master c:\pillow-depends
- xcopy /s c:\pillow-depends\test_images\* c:\pillow\tests\images
- 7z x ..\pillow-depends\nasm-2.14.02-win64.zip -oc:\
- ..\pillow-depends\gs9531w32.exe /S
- path c:\nasm-2.14.02;C:\Program Files (x86)\gs\gs9.53.1\bin;%PATH%
- ..\pillow-depends\gs9533w32.exe /S
- path c:\nasm-2.14.02;C:\Program Files (x86)\gs\gs9.53.3\bin;%PATH%
- cd c:\pillow\winbuild\
- ps: |
c:\python37\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
7z x winbuild\depends\nasm-2.14.02-win64.zip "-o$env:RUNNER_WORKSPACE\"
Write-Host "::add-path::$env:RUNNER_WORKSPACE\nasm-2.14.02"
winbuild\depends\gs9531w32.exe /S
Write-Host "::add-path::C:\Program Files (x86)\gs\gs9.53.1\bin"
winbuild\depends\gs9533w32.exe /S
Write-Host "::add-path::C:\Program Files (x86)\gs\gs9.53.3\bin"
xcopy /s winbuild\depends\test_images\* Tests\images\
shell: pwsh
Expand Down

0 comments on commit 6b11976

Please sign in to comment.