Skip to content

Commit cebd0a0

Browse files
committed
Update compile.yml
1 parent a8908f7 commit cebd0a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
# Install Arduino CLI manually
1212
- name: Install Arduino CLI
1313
run: |
14+
# Download and extract Arduino CLI
1415
wget -qO- https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_64bit.tar.gz | tar -xvz
16+
# Move to a location in PATH
1517
sudo mv arduino-cli /usr/local/bin/
16-
arduino-cli version
18+
# Verify installation
19+
arduino-cli version || exit 1
1720
1821
# Ensure that Bash is used for compatibility with the prebuild script
1922
- name: Ensure Bash Shell

0 commit comments

Comments
 (0)