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