Skip to content

Commit 60c8228

Browse files
committed
ci:build test
1 parent 654810c commit 60c8228

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/debian_build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ jobs:
5656
run: echo "TERM=xterm" >> $GITHUB_ENV
5757

5858
- name: install system package
59-
run: |
60-
apt update -y
61-
apt install gcc g++ make git jq unzip curl wget -y
62-
apt install libsrt-gnutls-dev libsrtp2-dev -y
59+
run: apt install libsrt-gnutls-dev libsrtp2-dev -y
6360

6461
- name: install xengine library
6562
run: |

0 commit comments

Comments
 (0)