fix macOS CI

This commit is contained in:
Samuel Sadok
2021-04-13 23:25:14 -04:00
committed by PAJohnson
parent 68c2fb9777
commit 32e2d9c543
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
if: startsWith(matrix.os, 'macOS-')
run: |
brew install armmbed/formulae/arm-none-eabi-gcc
brew cask install osxfuse && brew install tup
brew install --cask osxfuse && brew install tup
pip3 install PyYAML Jinja2 jsonschema
+1 -1
View File
@@ -142,7 +142,7 @@ sudo dfu-util -a 0 -s 0x08000000 -D build/ODriveFirmware.bin
First, you need to install the arm development tools to copy the binary into the appropriate format.
```text
$ brew cask install gcc-arm-embedded
$ brew install --cask gcc-arm-embedded
```
Then convert the binary to .bin format