Skip to content

Commit

Permalink
fix pjproject version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staskobzar committed Apr 9, 2024
1 parent 414c385 commit d299a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get -y install curl ncurses-dev libsctp-dev libpcap-dev ca-certificates sip-tester wget unzip
wget https://github.com/pjsip/pjproject/archive/refs/tags/2.9.zip
unzip 2.9.zip
cd pjproject-2.0 && ./configure --prefix=/usr && make dep && make && sudo make install
cd pjproject-2.9 && ./configure --prefix=/usr && make dep && make && sudo make install
- name: Build
run: make
Expand Down

0 comments on commit d299a87

Please sign in to comment.