summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-06-30 15:47:42 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-06-30 17:39:39 +0900
commit37a893d12915b8860f6880d6a0c2859e096ab4ff (patch)
tree745f341ac01d4f422058bc5c5af9ffb001f617df
parent7102324de39971cb2687d336e5d5e46fb9a744c7 (diff)
bit quiet
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8005
-rw-r--r--.github/actions/setup/macos/action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/setup/macos/action.yml b/.github/actions/setup/macos/action.yml
index fa3137f8fc..bc43dac0d9 100644
--- a/.github/actions/setup/macos/action.yml
+++ b/.github/actions/setup/macos/action.yml
@@ -13,5 +13,5 @@ runs:
- name: brew
shell: bash
run: |
- brew upgrade
- brew install gmp libffi openssl@1.1 zlib autoconf automake libtool readline \ No newline at end of file
+ brew upgrade --quiet
+ brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool readline