We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b070d7c + 05a70e7 commit cdd2bbeCopy full SHA for cdd2bbe
.appveyor.yml
@@ -35,7 +35,7 @@ install:
35
- curl -fsSL -o nasm-win64.zip https://raw.githubusercontent.com/python-pillow/pillow-depends/main/nasm-2.16.03-win64.zip
36
- 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.00.0\bin;%PATH%
+- path c:\nasm-2.16.03;C:\Program Files\gs\gs10.03.1\bin;%PATH%
39
- cd c:\pillow\winbuild\
40
- ps: |
41
c:\python38\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
0 commit comments