Skip to content

Commit

Permalink
[toranj] update the CI ubuntu environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl committed Jan 4, 2024
1 parent e2fd726 commit b102ceb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/toranj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: "github.ref != 'refs/heads/master'"

toranj-ncp:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
TORANJ_RADIO : 15.4
steps:
Expand All @@ -53,11 +53,12 @@ jobs:
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
sudo apt-get --no-install-recommends install -y autoconf-archive
sudo apt-get --no-install-recommends install -y bsdtar
sudo apt-get --no-install-recommends install -y libarchive-tools
sudo apt-get --no-install-recommends install -y libtool
sudo apt-get --no-install-recommends install -y libglib2.0-dev
sudo apt-get --no-install-recommends install -y libboost-dev libboost-signals-dev
sudo apt-get --no-install-recommends install -y libboost-dev
sudo apt-get --no-install-recommends install -y lcov
sudo apt-get --no-install-recommends install -y ninja-build
- name: Build & Run
run: |
Expand All @@ -68,5 +69,7 @@ jobs:
git clone --depth=1 --branch=main https://github.com/openthread/openthread.git
cd openthread
./tests/toranj/start.sh
export top_builddir=$pwd
echo $top_builddir
find . -name ot-ncp-ftd

0 comments on commit b102ceb

Please sign in to comment.