Skip to content

Commit

Permalink
lol MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2024
1 parent bf78fa7 commit 6ce96ee
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 @@ -445,7 +445,7 @@ jobs:
-DSDL3_LIBRARIES="SDL3"
- name: Build (Debug)
run: cmake --build debug
run: cmake --build debug --config Debug

- name: CMake configure (Release)
run: |
Expand All @@ -457,7 +457,7 @@ jobs:
-DSDL3_LIBRARIES="SDL3"
- name: Build (Release)
run: cmake --build release
run: cmake --build release --config Release

- name: Archive build result
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6ce96ee

Please sign in to comment.