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