File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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 '.zipball_url ') | unzip -q -d ArduinoBLE/ - && \
219- mv ArduinoBLE/ arduino-libraries-* ArduinoCore-zephyr/libraries/ArduinoBLE
218+ curl -s $(curl -s https://api.github.com/repos/arduino-libraries/ArduinoBLE/releases/latest | jq -r '.tarball_url ') | tar xf - && \
219+ 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
You can’t perform that action at this time.
0 commit comments