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 55
55
run : |
56
56
dnf update -y
57
57
dnf install gcc g++ make git jq unzip wget -y
58
- dnf install libsrtp-devel srt-devel -y
59
58
- name : install xengine library
60
59
run : |
61
60
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
65
64
66
65
chmod 777 *
67
66
./XEngine_LINEnv.sh -i 3
67
+
68
+ - name : install depend library
69
+ run : dnf install libsrtp-devel srt-devel -y
70
+
68
71
- name : make
69
72
run : |
70
73
cd XEngine_Source
Original file line number Diff line number Diff line change 77
77
chmod 777 *
78
78
sudo ./XEngine_LINEnv.sh -i 3
79
79
- name : Set up Dependency ubuntu24.04 Arm64 Environment
80
- if : matrix.os == 'ubuntu-22 .04-arm'
80
+ if : matrix.os == 'ubuntu-24 .04-arm'
81
81
run : |
82
82
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
83
83
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