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 92480b8 commit 437c025Copy full SHA for 437c025
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: download IDE
81
if: steps.cache_all.outputs.cache-hit != 'true'
82
run: |
83
- wget https://github.com/arduino/arduino-cli/releases/download/v${CLI_VERSION}/arduino-cli${CLI_VERSION}_Linux_64bit.tar.gz -q
+ wget https://github.com/arduino/arduino-cli/releases/download/v${CLI_VERSION}/arduino-cli_${CLI_VERSION}_Linux_64bit.tar.gz -q
84
tar xf arduino-cli_${CLI_VERSION}_Linux_64bit.tar.gz
85
mkdir -p $ARDUINO_DIRECTORIES_DATA
86
mv arduino-cli $ARDUINO_DIRECTORIES_DATA/
0 commit comments