Skip to content

Commit c7552fd

Browse files
committed
step
1 parent 5e794e8 commit c7552fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

extra/ci_collect_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TEST_STATUS = [
1616
":green_circle:",
1717
":yellow_circle:",
18-
":red_circle:*",
18+
":no_entry:",
1919
":red_circle:",
2020
":fire:",
2121
":new_moon:" # -1

0 commit comments

Comments
 (0)