File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ jobs:
215215 run : |
216216 mkdir Blink/
217217 wget -nv https://raw.githubusercontent.com/arduino/arduino-examples/refs/heads/main/examples/01.Basics/Blink/Blink.ino -P Blink/
218- curl -s $(curl -s https://api.github.com/repos/arduino-libraries/ArduinoBLE/releases/latest | jq -r '.tarball_url') | tar zxf - && \
219- mv arduino-libraries-ArduinoBLE* ArduinoCore-zephyr/libraries/ArduinoBLE
218+ wget -nv $(curl -s https://api.github.com/repos/arduino-libraries/ArduinoBLE/releases/latest | jq -r '.tarball_url') -o ArduinoBLE.tar.gz
219+ tar zxf ArduinoBLE.tar.gz && mv arduino-libraries-ArduinoBLE* ArduinoCore-zephyr/libraries/ArduinoBLE
220220 # sets ALL_TESTS and ALL_LIBRARIES env vars
221221 extra/ci_test_list.sh ${{ matrix.variant }} Blink
222222
Original file line number Diff line number Diff line change 1515TEST_STATUS = [
1616 ":green_circle:" ,
1717 ":yellow_circle:" ,
18- ":red_circle:* " ,
18+ ":no_entry: " ,
1919 ":red_circle:" ,
2020 ":fire:" ,
2121 ":new_moon:" # -1
You can’t perform that action at this time.
0 commit comments