Skip to content

Commit

Permalink
Fixing MinGW build caused by missing Obj-C compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsham committed Apr 17, 2024
1 parent d9baf89 commit 687492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: mingw
generator: "Ninja"
shell: msys2 {0}
dependencies: cmake:u ninja:u toolchain:u freeimage:u
dependencies: gcc-objc:u cmake:u ninja:u toolchain:u freeimage:u
cmakeopts: -DLIGHTSKY_ENABLE_PCH:BOOL=ON

- os: windows-latest
Expand Down

0 comments on commit 687492d

Please sign in to comment.