diff options
| author | 卜部昌平 <shyouhei@ruby-lang.org> | 2023-06-30 15:47:42 +0900 |
|---|---|---|
| committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2023-06-30 17:39:39 +0900 |
| commit | 37a893d12915b8860f6880d6a0c2859e096ab4ff (patch) | |
| tree | 745f341ac01d4f422058bc5c5af9ffb001f617df | |
| parent | 7102324de39971cb2687d336e5d5e46fb9a744c7 (diff) | |
bit quiet
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8005
| -rw-r--r-- | .github/actions/setup/macos/action.yml | 4 |
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 |
