Skip to content

Commit a8908f7

Browse files
committed
Update compile.yml
1 parent 108453e commit a8908f7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/compile.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
# Set up Arduino CLI
12-
- name: Set up Arduino CLI
13-
uses: arduino/setup-arduino-cli@v1
14-
with:
15-
version: latest
11+
# Install Arduino CLI manually
12+
- name: Install Arduino CLI
13+
run: |
14+
wget -qO- https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_64bit.tar.gz | tar -xvz
15+
sudo mv arduino-cli /usr/local/bin/
16+
arduino-cli version
1617
1718
# Ensure that Bash is used for compatibility with the prebuild script
1819
- name: Ensure Bash Shell

0 commit comments

Comments
 (0)