Skip to content

Commit 502450e

Browse files
committed
gha: examine TOYWASM_ENABLE_TRACING_INSN as well
for now, use the same value as TOYWASM_ENABLE_TRACING because our matrix is already too large.
1 parent b6f80d2 commit 502450e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
-DTOYWASM_USE_SEPARATE_EXECUTE=${{matrix.TOYWASM_USE_SEPARATE_EXECUTE}} \
6868
-DTOYWASM_USE_TAILCALL=${{matrix.TOYWASM_USE_TAILCALL}} \
6969
-DTOYWASM_ENABLE_TRACING=${{matrix.TOYWASM_ENABLE_TRACING}} \
70+
-DTOYWASM_ENABLE_TRACING_INSN=${{matrix.TOYWASM_ENABLE_TRACING}} \
7071
-DTOYWASM_USE_SMALL_CELLS=${{matrix.TOYWASM_USE_SMALL_CELLS}} \
7172
-DTOYWASM_USE_SEPARATE_LOCALS=${{matrix.TOYWASM_USE_SEPARATE_LOCALS}}
7273

0 commit comments

Comments
 (0)