mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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: https://ci.appveyor.com/project/ruby/ruby/builds/45064876/job/bb9biogolh0u2595
This commit is contained in:
parent
3c0b4ef1a2
commit
5e554d30ba
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ skip_commits:
|
|||
- '**/.document'
|
||||
environment:
|
||||
ruby_version: "24-%Platform%"
|
||||
zlib_version: "1.2.12"
|
||||
zlib_version: "1.2.13"
|
||||
matrix:
|
||||
- build: vs
|
||||
vs: 120
|
||||
|
|
Loading…
Reference in a new issue