Skip to content

Commit b6795bc

Browse files
committed
ci:fixed build
1 parent 219f8e9 commit b6795bc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
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)
@@ -65,6 +64,10 @@ jobs:
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

.github/workflows/ubuntu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

0 commit comments

Comments
 (0)