Skip to content

Commit 8043309

Browse files
remove --ci flag of build since the run is self hosted
1 parent 8c7669a commit 8043309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pjsua2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
brew install nasm autoconf automake libtool swig
3434
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
3636
- uses: actions/upload-artifact@v3
3737
with:
3838
name: libpjsua2-ios

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
brew install nasm autoconf automake libtool swig
3232
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
3434
tar -zcvf libpjsua2.tar.gz ./libpjsua2
3535
- name: release
3636
uses: actions/create-release@v1

0 commit comments

Comments
 (0)