Skip to content

Commit c4d2fab

Browse files
committed
step
1 parent 8a6d07a commit c4d2fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ 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 xf - && \
218+
curl -s $(curl -s https://api.github.com/repos/arduino-libraries/ArduinoBLE/releases/latest | jq -r '.tarball_url') | tar zxf - && \
219219
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

0 commit comments

Comments
 (0)