Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit b76b6c9

Browse files
committed
Installing the cores used for testing in the workflow.
1 parent cdbd7c2 commit b76b6c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050

5151
- name: Setup Arduino CLI
5252
shell: bash
53-
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.21.1
53+
run: |
54+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.21.1
55+
bin/arduino-cli core install arduino:avr
5456
5557
- name: Put tools on path
5658
shell: bash

0 commit comments

Comments
 (0)