[continuous-integration] add build checks for jn5189 and k32w061 (#4968)

This commit is contained in:
Jonathan Hui
2020-05-18 09:36:00 -07:00
committed by GitHub
parent 436aba64c0
commit 132ba9d3fb
4 changed files with 37 additions and 0 deletions
+3
View File
@@ -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