Skip to content

Commit ea84d13

Browse files
committed
Build ios
Former-commit-id: b405b82
1 parent 59f6345 commit ea84d13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_sdks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build_linux_x86:
15-
name: Compile and Package Linux-Ubuntu-x86
15+
name: Compile Linux-Ubuntu-x86
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -39,7 +39,7 @@ jobs:
3939
ls build
4040
4141
build_armv7_armhf:
42-
name: Compile and Package Armv7-armhf
42+
name: Compile Armv7-armhf
4343
runs-on: ubuntu-latest
4444

4545
steps:
@@ -77,7 +77,7 @@ jobs:
7777
ls build
7878
7979
build_armv7_rv1109rv1126_armhf:
80-
name: Compile and Package Linux-armv7-rv1109rv1126-armhf
80+
name: Compile Linux-armv7-rv1109rv1126-armhf
8181
runs-on: ubuntu-latest
8282

8383
steps:
@@ -115,7 +115,7 @@ jobs:
115115
ls build
116116
117117
build_linux_aarch64:
118-
name: Compile and Package Linux-Aarch64
118+
name: Compile Linux-Aarch64
119119
runs-on: ubuntu-latest
120120

121121
steps:
@@ -153,7 +153,7 @@ jobs:
153153
ls build
154154
155155
build_android:
156-
name: Compile and Package Android
156+
name: Compile Android
157157
runs-on: ubuntu-latest
158158

159159
steps:

0 commit comments

Comments
 (0)