Skip to content

Commit

Permalink
Fix SDL2 MSVC debug and release
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2024
1 parent acaec42 commit dce8184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
-DSDL2_LIBRARIES="SDL2;SDL2main"
- name: Build (Debug)
run: cmake --build debug
run: cmake --build debug --config Debug

- name: CMake configure (Release)
run: |
Expand All @@ -244,7 +244,7 @@ jobs:
-DSDL2_LIBRARIES="SDL2;SDL2main"
- name: Build (Release)
run: cmake --build release
run: cmake --build release --config Release

freebsd:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dce8184

Please sign in to comment.