1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore error of apt-get update in MJIT workflow too

This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-13 18:06:36 +09:00
parent d5c73681f8
commit 26774351dc
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -18,7 +18,7 @@ jobs:
- name: Install libraries
run: |
set -x
sudo apt-get update -q
sudo apt-get update -q || :
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
- name: Checkout ruby/ruby