From 561630792e1b07251adb5e7234a30fb09a6e0d7c Mon Sep 17 00:00:00 2001 From: bensalem amine Date: Sun, 8 Sep 2024 04:27:19 +0100 Subject: [PATCH] cleanup --- .github/workflows/cmake-single-platform.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 341e2871..b318d24e 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -38,7 +38,7 @@ jobs: - name: Install SDL2 and SDL2_image run: | - sudo apt-get install -y libsdl2-image-dev libsdl2-dev libsdl-dev libsdl-image-dev + sudo apt-get install -y libsdl2-image-dev libsdl2-dev - name: Install OpenGL and GLEW run: | @@ -57,4 +57,8 @@ jobs: working-directory: ${{github.workspace}}/../build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} \ No newline at end of file + run: ctest -C ${{env.BUILD_TYPE}} + + - name: Setup tmate session + if: success() || failure() + - uses: mxschmitt/action-tmate@v3 \ No newline at end of file