Skip to content

Commit a4b4ace

Browse files
committed
fix
1 parent 30c7c26 commit a4b4ace

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ permissions:
77
jobs:
88
check-sketches-deps:
99
runs-on: ubuntu-latest
10-
env:
11-
ARDUINO_CLI_VERSION: 'latest'
1210
steps:
1311
- name: Checkout repository
1412
uses: actions/checkout@v4
1513

1614
- name: Set up Arduino CLI
1715
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
16+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh
2017
2118
- name: Update Arduino cores and libraries and install Zephyr core
2219
run: |

0 commit comments

Comments
 (0)