Skip to content

Commit 9d098cb

Browse files
committed
fix
1 parent 4baed2e commit 9d098cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
- name: Install the latest version of Arduino CLI
1717
run: |
18-
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
19-
mv ./bin/arduino-cli ${{ env.ARDUINO_CLI_PATH }}
18+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=${{ env.ARDUINO_CLI_PATH }} sh
2019
2120
- name: Update Arduino cores and libraries and install Zephyr core
2221
run: |

0 commit comments

Comments
 (0)