Skip to content

Commit

Permalink
actions: update zephyr sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schmid <[email protected]>
  • Loading branch information
rckTom committed Aug 27, 2024
1 parent 9229397 commit 4aa8f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/cache@v3
id: zepyhr_sdk_cache
with:
path: ~/zephyr-sdk-0.14.2
path: ~/zephyr-sdk-0.16.8
key: zephyr_sdk_cache

- name: Install kitware archives
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
run: |
cd ~
ls -lah
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.14.2/zephyr-sdk-0.14.2_linux-x86_64_minimal.tar.gz
tar xvf zephyr-sdk-0.14.2_linux-x86_64_minimal.tar.gz
cd zephyr-sdk-0.14.2
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
tar xvf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
cd zephyr-sdk-0.16.8
./setup.sh -t arm-zephyr-eabi -h -c
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4aa8f26

Please sign in to comment.