Skip to content

Commit c8db114

Browse files
committed
ci:cancel avplay test
1 parent abf51e7 commit c8db114

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ubuntubuild.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
include:
1414
- os: ubuntu-22.04
1515
- os: ubuntu-24.04
16-
# - os: ubuntu-22.04-arm
17-
# - os: ubuntu-24.04-arm
16+
- os: ubuntu-22.04-arm
17+
- os: ubuntu-24.04-arm
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:
@@ -30,6 +30,7 @@ jobs:
3030
path: libxengine
3131

3232
- name: install apt library
33+
if: matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-24.04'
3334
run: sudo apt install libsdl2-dev
3435

3536
- name: Set up Dependency ubuntu24.04 Environment
@@ -94,7 +95,4 @@ jobs:
9495
make
9596
cd ..
9697
cd XEngine_InfoReport
97-
make
98-
cd ..
99-
cd XEngine_AVPlayer
10098
make

0 commit comments

Comments
 (0)