mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
silence homebrew tap warnings
This commit is contained in:
parent
4f816d5001
commit
4d20b07cbf
@ -41,6 +41,15 @@ runs:
|
||||
- name: Homebrew (macOS)
|
||||
if: inputs.os == 'macos'
|
||||
shell: ${{ inputs.shell }} {0}
|
||||
env:
|
||||
# The macOS runner image ships preinstalled, untrusted taps
|
||||
# (aws/tap, azure/bicep) that make brew emit a "taps are not trusted"
|
||||
# warning on every invocation. We only install the core `libomp`
|
||||
# formula (always trusted), so opt into Homebrew's upcoming default
|
||||
# of ignoring untrusted taps to silence the warning. Using the
|
||||
# forward-compatible flag; HOMEBREW_NO_REQUIRE_TAP_TRUST is slated
|
||||
# for removal.
|
||||
HOMEBREW_REQUIRE_TAP_TRUST: 1
|
||||
run: |
|
||||
brew install libomp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user