We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654810c commit 60c8228Copy full SHA for 60c8228
.github/workflows/debian_build.yml
@@ -56,10 +56,7 @@ jobs:
56
run: echo "TERM=xterm" >> $GITHUB_ENV
57
58
- 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
+ run: apt install libsrt-gnutls-dev libsrtp2-dev -y
63
64
- name: install xengine library
65
run: |
0 commit comments