forked from bblanchon/ArduinoJson
Fix brew: command not found
(actions/runner-images#6283)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -219,7 +219,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install arduino-cli
|
- name: Install arduino-cli
|
||||||
run: brew update && brew install arduino-cli
|
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
|
||||||
- name: Install core
|
- name: Install core
|
||||||
run: arduino-cli core install ${{ matrix.core }}
|
run: arduino-cli core install ${{ matrix.core }}
|
||||||
- name: Install libraries
|
- name: Install libraries
|
||||||
|
Reference in New Issue
Block a user