Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 615b3d6

Browse files
per1234aentinger
authored andcommitted
Update arduino-cli binary filename
The arduino-cli binary filename was recently changed, which broke CI builds: mv: cannot stat ‘arduino-cli-*-linux64’: No such file or directory
1 parent 659ee9e commit 615b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ before_install:
6565
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
6666
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
6767
- mkdir -p "$HOME/bin"
68-
- mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
68+
- mv arduino-cli "$HOME/bin"
6969
- export PATH="$PATH:$HOME/bin"
7070
- arduino-cli core update-index
7171
- buildExampleSketch() { arduino-cli compile --verbose --warnings all --fqbn $BOARD "$PWD/examples/1ドル"; }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /