Skip to content

Commit ac08edf

Browse files
committed
fix arduino-cli install issue
1 parent bf4c91a commit ac08edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
- name: Branch name
9494
run: echo running on branch ${GITHUB_REF##*/}
9595

96+
# Setup Arduino command line - install esp32 and all the libs flux needs
97+
- name: Arduino - Install and setup the Arduino CLI
98+
uses: arduino/setup-arduino-cli@v2
99+
96100
- name: Arduino - Start config file
97101
run: arduino-cli config init --additional-urls ${{ matrix.board.source-url}}
98102

0 commit comments

Comments
 (0)