Skip to content

Commit 3ed2a8b

Browse files
committed
ci update
1 parent 60c8228 commit 3ed2a8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/debian_build.yml

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

5858
- name: install system package
59-
run: apt install libsrt-gnutls-dev libsrtp2-dev -y
59+
run: |
60+
apt update -y
61+
apt install gcc g++ make git jq unzip curl wget -y
6062
6163
- name: install xengine library
6264
run: |
@@ -67,6 +69,10 @@ jobs:
6769
6870
chmod 777 *
6971
./XEngine_LINEnv.sh -i 3
72+
73+
- name: install system package
74+
run: apt install libsrt-gnutls-dev libsrtp2-dev -y
75+
7076
- name: make
7177
run: |
7278
cd XEngine_Source

0 commit comments

Comments
 (0)