From 0ecb53183dd8e1efc78722fbd6f55770b95c73c0 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 14 Mar 2024 06:58:18 +0000 Subject: [PATCH 1/2] Add the ability to the debug wasm builds --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18c4402f..e8453cea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -194,3 +194,9 @@ jobs: -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \ .. EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j5 + + - name: Setup tmate session + if: ${{ failure() && runner.debug }} + uses: mxschmitt/action-tmate@v3 + # When debugging increase to a suitable value! + timeout-minutes: 30 From 2426bce17651de287c88d73268aa0fdefdf4c016 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 14 Mar 2024 07:00:45 +0000 Subject: [PATCH 2/2] Bump the version of actions/checkout --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8453cea..67c3f15a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,7 +119,7 @@ jobs: os: [ windows-2022] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install mamba uses: mamba-org/provision-with-micromamba@main @@ -158,7 +158,7 @@ jobs: emsdk_ver: ["3.1.45"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install mamba uses: mamba-org/provision-with-micromamba@main