Skip to content

Commit

Permalink
Merge pull request #3160 from kenhys/stay-0-14-0-protocol-http2
Browse files Browse the repository at this point in the history
windows: use protocol-http2 0.14.0 explicitly
  • Loading branch information
repeatedly authored Nov 9, 2020
2 parents 2de7d8e + a4d1759 commit e27830a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
# stay 0.14.0 for Windows CI until https://github.com/socketry/protocol-http2/issues/6 will be fixed
- ps: Write-Output "gem 'protocol-http2', ['<= 0.14.0']" | Out-File -FilePath Gemfile.local -Encoding default
- type Gemfile.local
- ridk.cmd exec bundle install
build: off
test_script:
Expand Down

0 comments on commit e27830a

Please sign in to comment.