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 9d098cb commit 372ad76Copy full SHA for 372ad76
.github/workflows/check-sketches-deps.yml
@@ -15,6 +15,7 @@ jobs:
15
16
- name: Install the latest version of Arduino CLI
17
run: |
18
+ mkdir -p ${{ env.ARDUINO_CLI_PATH }}
19
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=${{ env.ARDUINO_CLI_PATH }} sh
20
21
- name: Update Arduino cores and libraries and install Zephyr core
0 commit comments