Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HamilcarR committed Sep 8, 2024
1 parent 054e646 commit 5616307
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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}}
run: ctest -C ${{env.BUILD_TYPE}}

- name: Setup tmate session
if: success() || failure()
- uses: mxschmitt/action-tmate@v3

0 comments on commit 5616307

Please sign in to comment.