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 9ec9edd commit 8eec9eeCopy full SHA for 8eec9ee
1 file changed
.github/workflows/codeql.yml
@@ -51,6 +51,9 @@ jobs:
51
chmod +x ./XEngine_LINEnv.sh
52
sudo ./XEngine_LINEnv.sh -i 3
53
54
+ - name: install library
55
+ run: sudo apt install libsrt-gnutls-dev libsrtp2-dev -y
56
+
57
- name: make pre
58
run: |
59
cd XEngine_Source
0 commit comments