Skip to content

Commit 48b99b0

Browse files
Merge pull request #7185 from JacobBarthelmeh/zephyr
only download parts of zephyr sdk needed for test
2 parents f7507f1 + 920abd8 commit 48b99b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464

6565
- name: Install zephyr SDK
6666
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
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_minimal.tar.xz
68+
tar xf zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64_minimal.tar.xz
6969
cd zephyr-sdk-${{ matrix.config.zephyr-sdk }}
70-
./setup.sh -h -c
70+
./setup.sh -h -c -t x86_64-zephyr-elf
7171
7272
- name: Run wolfssl test
7373
id: wolfssl-test

0 commit comments

Comments
 (0)