mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Upgrade zlib_version on AppVeyor
They removed https://zlib.net/zlib1212.zip because
https://zlib.net/zlib1213.zip was released :thinking_face:
Fix CI failures like:
45064876/job/bb9biogolh0u2595
This commit is contained in:
parent
7cf697179d
commit
f33522baac
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ platform:
|
|||
- x64
|
||||
environment:
|
||||
ruby_version: "24-%Platform%"
|
||||
zlib_version: "1.2.12"
|
||||
zlib_version: "1.2.13"
|
||||
matrix:
|
||||
- build: vs
|
||||
vs: 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue