Skip to content

Commit

Permalink
use libks v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aye Min Aung committed May 25, 2023
1 parent b53ced7 commit 574119c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: signalwire/libks
ref: v2.0
path: /__w/signalwire-c/signalwire-c/libks
- name: build libks
run: cd /__w/signalwire-c/signalwire-c/libks && cmake . -DCMAKE_BUILD_TYPE=Release && make && make install && cd ..
Expand Down
1 change: 0 additions & 1 deletion scan_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
cd /__w/signalwire-c/signalwire-c
sed -i '/cotire/d' ./CMakeLists.txt
sed -i '/cotire/d' ./swclt_test/CMakeLists.txt
apt-get install -y git
mkdir -p scan-build
scan-build-7 -o ./scan-build/ cmake .
scan-build-7 -o ./scan-build/ make -j`nproc --all` |& tee ./scan-build-result.txt
Expand Down

0 comments on commit 574119c

Please sign in to comment.