Skip to content

Commit e33fa24

Browse files
committed
revert ci to use latest arduino-cli, this will fails until arduino precompiled hanlding is fixed
1 parent 28eba0c commit e33fa24

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ jobs:
3535
mkdir $HOME/.arduino15/packages
3636
mkdir $HOME/Arduino
3737
mkdir $HOME/Arduino/libraries
38-
# FIXME use arduino-cli 0.7.2 due to 0.9.0/IDE 1.8.2 precompiled hanlding broke nRFCypto
39-
# https://github.com/arduino/arduino-builder/issues/353
40-
#curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
41-
wget https://github.com/arduino/arduino-cli/releases/download/0.7.2/arduino-cli_0.7.2_Linux_64bit.tar.gz
42-
mkdir bin
43-
tar -xf arduino-cli_0.7.2_Linux_64bit.tar.gz -C bin
38+
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
4439
echo "::add-path::$GITHUB_WORKSPACE/bin"
4540
4641
- name: Install BSP and Libraries

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.20.0
44

5-
This version implement comprehensive pairing with LESC and Legacy using dynamic & staic Passkey.
5+
This version implement comprehensive LESC and Legacy pairing using dynamic & staic Passkey.
66

77
- Support static passkey (Legacy only)
88
- Support LESC on nRF52840 using hardware-accelerated ARM CryptoCell CC310 provided by [Adafruit_nRFCypto](https://github.com/adafruit/Adafruit_nRFCrypto), therefore nRFCrypto library must be installed

0 commit comments

Comments
 (0)