mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Skip running brew upgrade (#8189)
This has been unstable:
1571398859
and I'm not sure if we need that in the first place, assuming the
OS image itself is maintained by GitHub.
This commit is contained in:
parent
cd8d20cd1f
commit
1b0da1e623
Notes:
git
2023-08-08 23:46:31 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 1 deletions
1
.github/actions/setup/macos/action.yml
vendored
1
.github/actions/setup/macos/action.yml
vendored
|
@ -13,7 +13,6 @@ runs:
|
||||||
- name: brew
|
- name: brew
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew upgrade --quiet
|
|
||||||
brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
||||||
|
|
||||||
- name: Set ENV
|
- name: Set ENV
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue