File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
run : |
33
33
brew install nasm autoconf automake libtool swig
34
34
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
35
- ./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
35
+ ./build h264 opus ssl bcg729 -a=x86_64,arm64
36
36
- uses : actions/upload-artifact@v3
37
37
with :
38
38
name : libpjsua2-ios
Original file line number Diff line number Diff line change 30
30
run : |
31
31
brew install nasm autoconf automake libtool swig
32
32
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
33
- ./build h264 opus ssl bcg729 -a=x86_64,arm64 --ci
33
+ ./build h264 opus ssl bcg729 -a=x86_64,arm64
34
34
tar -zcvf libpjsua2.tar.gz ./libpjsua2
35
35
- name : release
36
36
uses : actions/create-release@v1
You can’t perform that action at this time.
0 commit comments