Skip to content

Commit 9fc3de2

Browse files
committed
Fixing installation of arduino-cli after rename of binary within tar file
1 parent 8d2f15b commit 9fc3de2

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
@@ -45,7 +45,7 @@ before_install:
4545
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
4646
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
4747
- mkdir -p "$HOME/bin"
48-
- mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
48+
- mv arduino-cli $HOME/bin/arduino-cli
4949
- export PATH="$PATH:$HOME/bin"
5050
- arduino-cli core update-index
5151
- if [[ "$BOARD" =~ "arduino:samd:" ]]; then

0 commit comments

Comments
 (0)