Commit 02f9853
Merge rust-embedded#85
85: update macos homebrew install command r=eldruin a=kiddkai
Hi,
The brew cask command is updated. Will encounter this error when installing the tools.
```bash
$ brew cask install gcc-arm-embedded
Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.
```
So this PR mainly just update that specific command for macos.
Co-authored-by: Zekai Zheng <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments