Skip to content

Commit

Permalink
add zephyr sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Jan 5, 2024
1 parent 2a76a8a commit 3a36ef2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Zephyr SDK
run: |
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.4/zephyr-sdk-0.16.4_linux-x86_64_minimal.tar.xz
tar xf zephyr-sdk-0.16.4_linux-x86_64_minimal.tar.xz -C ~/
~/zephyr-sdk-0.16.4/setup.sh -c -t arm-zephyr-eabi
- name: Install West
run: |
pip3 install west
Expand Down

0 comments on commit 3a36ef2

Please sign in to comment.