mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 01:18:52 +08:00
fix macOS CI
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user