Skip to content

Commit

Permalink
brew: keep DBus session address in env
Browse files Browse the repository at this point in the history
Otherwise `brew deps --graph` will fail to launch Firefox on Linux.

Fixes #12881.
  • Loading branch information
Adrian Ho committed Feb 17, 2022
1 parent fbf94fe commit e20a02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ then
http_proxy https_proxy ftp_proxy no_proxy all_proxy HTTPS_PROXY FTP_PROXY ALL_PROXY
GITHUB_ACTIONS GITHUB_WORKSPACE GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED
GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_SHA GITHUB_HEAD_REF GITHUB_BASE_REF GITHUB_REF
DBUS_SESSION_BUS_ADDRESS
# TODO: remove the below after a few days
GITHUB_ACTIONS_HOMEBREW_MACOS_SELF_HOSTED
)
Expand Down

0 comments on commit e20a02d

Please sign in to comment.