Skip to content

Commit 9a8dca0

Browse files
committed
fix an syntax error about runs-on
1 parent 49175fb commit 9a8dca0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,10 @@ jobs:
164164
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
165165
"-DWAMR_BUILD_LIME1=1 -DWAMR_BUILD_BULK_MEMORY=0 -DWAMR_BUILD_REF_TYPES=0 -DWAMR_BUILD_SIMD=0",
166166
]
167-
os: [ubuntu-22.04]
167+
os: ubuntu-22.04
168168
platform: [android, linux]
169169
exclude:
170-
# incompatible feature and platform
171-
# incompatible mode and feature
170+
# incompatible feature and platform and mode
172171
# MULTI_MODULE only on INTERP mode and AOT mode
173172
- make_options_run_mode: $FAST_JIT_BUILD_OPTIONS
174173
make_options_feature: "-DWAMR_BUILD_MULTI_MODULE=1"

0 commit comments

Comments
 (0)