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 00a5627 commit 0d24078Copy full SHA for 0d24078
.github/workflows/check-sketches-deps.yml
@@ -13,6 +13,7 @@ jobs:
13
14
- name: Set up Arduino CLI
15
run: |
16
+ mkdir -p $HOME/local/bin
17
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | $HOME/local/bin sh
18
echo "$HOME/local/bin" >> $GITHUB_PATH
19
0 commit comments