From c83bc5433ae753cf4cf5537221cba320e063c28c Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 26 Aug 2023 10:41:31 +0200 Subject: [PATCH] Add debug step --- .github/workflows/platform_natives.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 382034f..bbbb412 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -34,7 +34,6 @@ jobs: uses: actions/checkout@v3 with: submodules: "recursive" - - name: Get version shell: bash run: | @@ -142,6 +141,8 @@ jobs: # with: # packages: make git zlib1g-dev libssl-dev gperf php-cli cmake default-jdk clang-14 lld-14 libc++-14-dev libc++abi-14-dev libgcc-11-dev libunwind-14-dev libclang-common-14-dev ccache maven # version: 1.0 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Install custom dependencies shell: bash run: |