Skip to content

Commit 5dcd3f3

Browse files
committed
Add the ability to the debug wasm builds
1 parent 32bb4d5 commit 5dcd3f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,9 @@ jobs:
194194
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
195195
..
196196
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j5
197+
198+
- name: Setup tmate session
199+
if: ${{ failure() && runner.debug }}
200+
uses: mxschmitt/action-tmate@v3
201+
# When debugging increase to a suitable value!
202+
timeout-minutes: 30

0 commit comments

Comments
 (0)