Skip to content

Commit ccd2d0a

Browse files
committed
fix
1 parent fdf140c commit ccd2d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Install the latest version of Arduino CLI
1818
run: |
19-
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b ${{ env.TASKFILE_PATH }} ${{ env.TASKFILE_VERSION }}
19+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b ${{ env.ARDUINO_CLI_PATH }} ${{ env.ARDUINO_CLI_VERSION }}
2020
2121
- name: Update Arduino cores and libraries and install Zephyr core
2222
run: |

0 commit comments

Comments
 (0)