mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[continuous-integration] add build checks for jn5189 and k32w061 (#4968)
This commit is contained in:
@@ -125,6 +125,9 @@ jobs:
|
||||
sudo apt --no-install-recommends install -y lib32z1 ninja-build
|
||||
wget ${{ matrix.gcc_download_url }} -O gcc-arm.tar.bz2
|
||||
tar xjf gcc-arm.tar.bz2
|
||||
|
||||
# required for jn5189 and k32w061
|
||||
pip install pycryptodome
|
||||
- name: Build
|
||||
run: |
|
||||
export PATH=/tmp/${{ matrix.gcc_extract_dir }}/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user