mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Ubuntu] fix sw generator for homebrew (#6288)
This commit is contained in:
@@ -90,7 +90,7 @@ $reportHomebrew = @'
|
|||||||
```
|
```
|
||||||
Location: /home/linuxbrew
|
Location: /home/linuxbrew
|
||||||
Note: Homebrew is pre-installed on image but not added to PATH.
|
Note: Homebrew is pre-installed on image but not added to PATH.
|
||||||
run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv) command
|
run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" command
|
||||||
to accomplish this.
|
to accomplish this.
|
||||||
```
|
```
|
||||||
'@
|
'@
|
||||||
|
|||||||
Reference in New Issue
Block a user