Skip to content

Commit

Permalink
update action scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
staskobzar committed May 11, 2022
1 parent b1ac60b commit db1c478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
sudo apt-get -y --no-install-recommends install build-essential automake ncurses-dev cmake libcmocka0 git pkg-config autoconf libterm-ui-perl libasound2-dev libalsaplayer-dev openssl libssl-dev apt-utils xterm
sudo apt-get -y install curl ncurses-dev libsctp-dev libpcap-dev ca-certificates sip-tester
sudo apt-get -y install libpjproject-dev libpj2
git clone -b 2.7.x --depth 1 https://github.com/pjsip/pjproject.git
cd pjproject && ./configure --prefix=/usr && make dep && make && sudo make install
- name: Build
run: make
Expand Down

0 comments on commit db1c478

Please # to comment.