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 4baed2e commit 9d098cbCopy full SHA for 9d098cb
.github/workflows/check-sketches-deps.yml
@@ -15,8 +15,7 @@ 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
19
- mv ./bin/arduino-cli ${{ env.ARDUINO_CLI_PATH }}
+ 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
22
0 commit comments