File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5555 run : |
5656 dnf update -y
5757 dnf install gcc g++ make git jq unzip wget -y
58- dnf install libsrtp-devel srt-devel -y
5958 - name : install xengine library
6059 run : |
6160 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
6564
6665 chmod 777 *
6766 ./XEngine_LINEnv.sh -i 3
67+
68+ - name : install depend library
69+ run : dnf install libsrtp-devel srt-devel -y
70+
6871 - name : make
6972 run : |
7073 cd XEngine_Source
Original file line number Diff line number Diff line change 7777 chmod 777 *
7878 sudo ./XEngine_LINEnv.sh -i 3
7979 - name : Set up Dependency ubuntu24.04 Arm64 Environment
80- if : matrix.os == 'ubuntu-22 .04-arm'
80+ if : matrix.os == 'ubuntu-24 .04-arm'
8181 run : |
8282 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
8383 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_UBuntu_24.04_Arm64.zip
You can’t perform that action at this time.
0 commit comments