mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 02:39:52 +00:00
[github-actions] simplify toranj-unittest (#10802)
This commit is contained in:
@@ -134,11 +134,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
sudo apt-get --no-install-recommends install -y clang-10 clang++-10 ninja-build python3-setuptools python3-wheel llvm lcov
|
||||
sudo apt-get --no-install-recommends install -y g++-multilib libreadline-dev:i386 libncurses-dev:i386
|
||||
python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
||||
sudo apt-get --no-install-recommends install -y ninja-build
|
||||
- name: Build & Run
|
||||
run: |
|
||||
./tests/toranj/build.sh all
|
||||
|
||||
Reference in New Issue
Block a user