Skip to content

Commit 372ad76

Browse files
committed
fix
1 parent 9d098cb commit 372ad76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

1616
- name: Install the latest version of Arduino CLI
1717
run: |
18+
mkdir -p ${{ env.ARDUINO_CLI_PATH }}
1819
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=${{ env.ARDUINO_CLI_PATH }} sh
1920
2021
- name: Update Arduino cores and libraries and install Zephyr core

0 commit comments

Comments
 (0)