Skip to content

Commit 00a5627

Browse files
committed
fix
1 parent a4b4ace commit 00a5627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-sketches-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313

1414
- name: Set up Arduino CLI
1515
run: |
16-
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh
16+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | $HOME/local/bin sh
17+
echo "$HOME/local/bin" >> $GITHUB_PATH
1718
1819
- name: Update Arduino cores and libraries and install Zephyr core
1920
run: |

0 commit comments

Comments
 (0)