We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4d02a commit b6444e3Copy full SHA for b6444e3
.github/workflows/main.yml
@@ -40,11 +40,6 @@ jobs:
40
environment-file: environment-dev.yml
41
environment-name: xeus-cpp
42
43
- - name: mamba update all
44
- shell: bash -l {0}
45
- run: |
46
- $HOME/micromamba-bin/micromamba update --all
47
-
48
- name: install cxx compiler
49
shell: bash -l {0}
50
run: |
@@ -201,3 +196,8 @@ jobs:
201
196
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
202
197
..
203
198
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j5
199
+ - name: Setup tmate session
200
+ if: ${{ failure() && runner.debug }}
+ uses: mxschmitt/action-tmate@v3
+ # When debugging increase to a suitable value!
+ timeout-minutes: 30
0 commit comments