We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7507f1 + 920abd8 commit 48b99b0Copy full SHA for 48b99b0
1 file changed
.github/workflows/zephyr.yml
@@ -64,10 +64,10 @@ jobs:
64
65
- name: Install zephyr SDK
66
run: |
67
- wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${{ matrix.config.zephyr-sdk }}/zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64.tar.xz
68
- tar xf zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64.tar.xz
+ wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${{ matrix.config.zephyr-sdk }}/zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64_minimal.tar.xz
+ tar xf zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64_minimal.tar.xz
69
cd zephyr-sdk-${{ matrix.config.zephyr-sdk }}
70
- ./setup.sh -h -c
+ ./setup.sh -h -c -t x86_64-zephyr-elf
71
72
- name: Run wolfssl test
73
id: wolfssl-test
0 commit comments