mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 14:08:13 +00:00
Pin arduino-cli version to 0.13.0
This commit is contained in:
parent
714220c349
commit
ad6f934892
@ -72,7 +72,7 @@ before_install:
|
||||
install:
|
||||
# Install Arduino CLI
|
||||
- mkdir ~/arduino-cli
|
||||
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/arduino-cli sh;
|
||||
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/arduino-cli sh -s 0.13.0;
|
||||
- export PATH=$PATH:$HOME/arduino-cli
|
||||
|
||||
# Update the board url and package index
|
||||
|
Loading…
x
Reference in New Issue
Block a user