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 fdf140c commit ccd2d0aCopy full SHA for ccd2d0a
.github/workflows/check-sketches-deps.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Install the latest version of Arduino CLI
18
run: |
19
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b ${{ env.TASKFILE_PATH }} ${{ env.TASKFILE_VERSION }}
+ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s -- -b ${{ env.ARDUINO_CLI_PATH }} ${{ env.ARDUINO_CLI_VERSION }}
20
21
- name: Update Arduino cores and libraries and install Zephyr core
22
0 commit comments