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 3409968 commit 4baed2eCopy full SHA for 4baed2e
.github/workflows/check-sketches-deps.yml
@@ -15,7 +15,8 @@ jobs:
15
16
- name: Install the latest version of Arduino CLI
17
run: |
18
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b ${{ env.ARDUINO_CLI_PATH }}
+ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
19
+ mv ./bin/arduino-cli ${{ env.ARDUINO_CLI_PATH }}
20
21
- name: Update Arduino cores and libraries and install Zephyr core
22
0 commit comments