Skip to content

Commit b6444e3

Browse files
committed
Allow debugging wasm
1 parent 6d4d02a commit b6444e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
environment-file: environment-dev.yml
4141
environment-name: xeus-cpp
4242

43-
- name: mamba update all
44-
shell: bash -l {0}
45-
run: |
46-
$HOME/micromamba-bin/micromamba update --all
47-
4843
- name: install cxx compiler
4944
shell: bash -l {0}
5045
run: |
@@ -201,3 +196,8 @@ jobs:
201196
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
202197
..
203198
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j5
199+
- name: Setup tmate session
200+
if: ${{ failure() && runner.debug }}
201+
uses: mxschmitt/action-tmate@v3
202+
# When debugging increase to a suitable value!
203+
timeout-minutes: 30

0 commit comments

Comments
 (0)