Skip to content

Commit f586d61

Browse files
committed
Bump zlib version in CI
1 parent fe63ade commit f586d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import time
1717
from functools import lru_cache
1818

19-
ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.3")
19+
ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.3.1")
2020
LIBXML2 = "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.12.0/libxml2-v2.12.0.tar.gz"
2121
LIBXSLT = "https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.39/libxslt-v1.1.39.tar.gz"
2222
LXML = "https://files.pythonhosted.org/packages/30/39/7305428d1c4f28282a4f5bdbef24e0f905d351f34cf351ceb131f5cddf78/lxml-4.9.3.tar.gz" # noqa

0 commit comments

Comments
 (0)