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 a4b4ace commit 00a5627Copy full SHA for 00a5627
.github/workflows/check-sketches-deps.yml
@@ -13,7 +13,8 @@ jobs:
13
14
- name: Set up Arduino CLI
15
run: |
16
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh
+ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | $HOME/local/bin sh
17
+ echo "$HOME/local/bin" >> $GITHUB_PATH
18
19
- name: Update Arduino cores and libraries and install Zephyr core
20
0 commit comments