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:
parent
d5c73681f8
commit
26774351dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mjit.yml
vendored
2
.github/workflows/mjit.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue