Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 17, 2023
2 parents 4b8c055 + f3c7a4e commit b40de60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1
- name: install_dependencies
run: |
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-image-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit b40de60

Please sign in to comment.