diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66d1ce460..1bc1a1a49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,8 +128,8 @@ jobs: - name: Install dependencies (macOS) run: | - brew tap armmbed/formulae - brew install arm-none-eabi-gcc dfu-util + brew install --cask gcc-arm-embedded + brew install dfu-util pip3 install PyYAML if: matrix.os == 'macos-latest'