Skip to content

Commit 437c025

Browse files
committed
fix cli download URL
1 parent 92480b8 commit 437c025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: download IDE
8181
if: steps.cache_all.outputs.cache-hit != 'true'
8282
run: |
83-
wget https://github.com/arduino/arduino-cli/releases/download/v${CLI_VERSION}/arduino-cli${CLI_VERSION}_Linux_64bit.tar.gz -q
83+
wget https://github.com/arduino/arduino-cli/releases/download/v${CLI_VERSION}/arduino-cli_${CLI_VERSION}_Linux_64bit.tar.gz -q
8484
tar xf arduino-cli_${CLI_VERSION}_Linux_64bit.tar.gz
8585
mkdir -p $ARDUINO_DIRECTORIES_DATA
8686
mv arduino-cli $ARDUINO_DIRECTORIES_DATA/

0 commit comments

Comments
 (0)