File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Install dependencies
49- run : sudo apt update && sudo apt-get install libgpac-dev
49+ run : sudo apt update && sudo apt-get install libgpac-dev libnanomsg-dev
5050 - uses : actions/checkout@v4
5151 - name : run autogen
5252 run : ./autogen.sh
Original file line number Diff line number Diff line change 4747 steps :
4848 - uses : actions/checkout@v4
4949 - name : Install dependencies
50- run : brew install pkg-config autoconf automake libtool gpac
50+ run : brew install pkg-config autoconf automake libtool gpac nanomsg
5151 - name : run autogen
5252 run : ./autogen.sh
5353 working-directory : ./mac
Original file line number Diff line number Diff line change 3333 with :
3434 toolchain : stable
3535 override : true
36+ - name : Install dependencies
37+ run : sudo apt update && sudo apt-get install libnanomsg-dev
3638 - name : Test main module
3739 run : cargo test
3840 working-directory : ./src/rust
You can’t perform that action at this time.
0 commit comments