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 207bd64 commit 108453eCopy full SHA for 108453e
.github/workflows/compile.yml
@@ -8,6 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
+ # Set up Arduino CLI
12
+ - name: Set up Arduino CLI
13
+ uses: arduino/setup-arduino-cli@v1
14
+ with:
15
+ version: latest
16
+
17
# Ensure that Bash is used for compatibility with the prebuild script
18
- name: Ensure Bash Shell
19
run: sudo ln -sf /bin/bash /bin/sh
@@ -16,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v3
24
- # Install necessary platforms
25
+ # Update the Arduino core index and install required platform
20
26
- name: Install Arduino Core
21
27
run: |
28
arduino-cli core update-index
0 commit comments