Skip to content

Commit 4baed2e

Browse files
committed
fix
1 parent 3409968 commit 4baed2e

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
@@ -15,7 +15,8 @@ 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 -s -- -b ${{ env.ARDUINO_CLI_PATH }}
18+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
19+
mv ./bin/arduino-cli ${{ env.ARDUINO_CLI_PATH }}
1920
2021
- name: Update Arduino cores and libraries and install Zephyr core
2122
run: |

0 commit comments

Comments
 (0)