We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4c91a commit ac08edfCopy full SHA for ac08edf
.github/workflows/compile-sketch.yml
@@ -93,6 +93,10 @@ jobs:
93
- name: Branch name
94
run: echo running on branch ${GITHUB_REF##*/}
95
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
+
100
- name: Arduino - Start config file
101
run: arduino-cli config init --additional-urls ${{ matrix.board.source-url}}
102
0 commit comments