Skip to content

Commit

Permalink
Install sdl2 before build
Browse files Browse the repository at this point in the history
  • Loading branch information
brentjohnson committed Jan 10, 2024
1 parent 61e69ce commit a159065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install
run: sudo apt update && sudo apt install -y tcl-dev tk-dev
run: sudo apt update && sudo apt install -y tcl-dev tk-dev libsdl2-dev
- name: configure
run: SDL_CONFIG=/usr/bin/sdl2-config ./configure
- name: make
Expand Down

0 comments on commit a159065

Please sign in to comment.