Skip to content

Commit

Permalink
test mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 6, 2023
1 parent 8791af9 commit cb49ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
gcc -v
make CC=gcc
CC=gcc
cd build
cmake -G "MinGW Makefiles" -DBUILD_SDLGPU=On -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ..
cmake --build . --config %BUILD_TYPE% --parallel
Expand Down

0 comments on commit cb49ce7

Please sign in to comment.