We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6933c58 commit c058088Copy full SHA for c058088
.github/workflows/package_core.yml
@@ -215,7 +215,7 @@ jobs:
215
run: |
216
mkdir Blink/
217
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 -q -d ArduinoBLE/ && \
+ 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
220
# sets ALL_TESTS and ALL_LIBRARIES env vars
221
extra/ci_test_list.sh ${{ matrix.variant }} Blink
0 commit comments