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 daa7ca1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/toranj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
if: "github.ref != 'refs/heads/master'"

toranj-ncp:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
TORANJ_RADIO : 15.4
top_builddir : ~/work/wpantund/wpantund/openthread
steps:
- uses: actions/checkout@v2
- name: Bootstrap
Expand All @@ -53,11 +54,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 Down

0 comments on commit daa7ca1

Please sign in to comment.