Skip to content

Commit 3a5c8aa

Browse files
committed
step
1 parent c12e8f0 commit 3a5c8aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +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 '.zipball_url') | unzip
218+
curl -s $(curl -s https://api.github.com/repos/arduino-libraries/ArduinoBLE/releases/latest | jq -r '.zipball_url') | unzip -q -d ArduinoBLE/ && \
219+
mv ArduinoBLE/arduino-libraries-* ArduinoCore-zephyr/libraries/ArduinoBLE
219220
# sets ALL_TESTS and ALL_LIBRARIES env vars
220221
extra/ci_test_list.sh ${{ matrix.variant }} Blink
221222

variants/arduino_uno_q_stm32u585xx/skip_these_examples.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
# by continuous integration tests), but are not applicable for this variant,
33
# for example because it uses hardware features not present on the CPU or board.
44

5+
libraries/ArduinoBLE
56
libraries/Arduino_RPClite/extras/integration_test

0 commit comments

Comments
 (0)