Skip to content

Commit 7559e3f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ jobs:
167167
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)