mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip make update-unicode for BASERUBY CI
Unfortunately it often fails depending on the status of www.unicode.org.
2761346164
```
./tool/downloader.rb:248:in `rescue in download': failed to download 12.1.0/ucd/UnicodeData.txt (RuntimeError)
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed: https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt
```
This commit is contained in:
parent
a9d7617201
commit
bc126d91fe
1 changed files with 0 additions and 1 deletions
1
.github/workflows/baseruby.yml
vendored
1
.github/workflows/baseruby.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
||||||
- run: sudo apt-get install build-essential autoconf bison
|
- run: sudo apt-get install build-essential autoconf bison
|
||||||
- run: ./autogen.sh
|
- run: ./autogen.sh
|
||||||
- run: ./configure --disable-install-doc
|
- run: ./configure --disable-install-doc
|
||||||
- run: $make update-unicode
|
|
||||||
- run: $make common-srcs
|
- run: $make common-srcs
|
||||||
- run: $make incs
|
- run: $make incs
|
||||||
- run: $make all
|
- run: $make all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue