Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 2, 2023
1 parent 0d82617 commit cfe3cd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- name: Setup Build Env
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com//sipcapture/rtcagent/master/builder/init_env.sh)"
- name: Build RTCAgent
run: make
run: make
- name: Compress
run: |
strip bin/rtcagent
upx bin/rtcagent
- name: Check & Run
run: |
ls -alFh bin/rtcagent
Expand Down

0 comments on commit cfe3cd6

Please sign in to comment.