Skip to content

Commit 11c773d

Browse files
committed
test
1 parent 0446092 commit 11c773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ jobs:
422422
- name: Build Sample [wasm-c-api]
423423
run: |
424424
VERBOSE=1
425-
cmake -S . -B build ${{ matrix.make_options }}
425+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug ${{ matrix.make_options }}
426426
cmake --build build --config Debug --parallel 4
427427
(cd build && ./callback_chain)
428428
ctest -V --test-dir build --output-on-failure

0 commit comments

Comments
 (0)