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 30c7c26 commit a4b4aceCopy full SHA for a4b4ace
.github/workflows/check-sketches-deps.yml
@@ -7,16 +7,13 @@ permissions:
7
jobs:
8
check-sketches-deps:
9
runs-on: ubuntu-latest
10
- env:
11
- ARDUINO_CLI_VERSION: 'latest'
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
- name: Set up Arduino CLI
17
run: |
18
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b $HOME/bin $ARDUINO_CLI_VERSION
19
- echo "$HOME/bin" >> $GITHUB_PATH
+ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh
20
21
- name: Update Arduino cores and libraries and install Zephyr core
22
0 commit comments