this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable janet in mingw (#2722)

authored by

Miguel and committed by
GitHub
7a766a08 e3c3bc68

+1 -1
+1 -1
.github/workflows/build.yml
··· 112 112 shell: bash 113 113 run: | 114 114 cd build 115 - cmake -G "MSYS Makefiles" -DBUILD_SDLGPU=On -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_ALL=ON -DBUILD_WITH_JANET=OFF .. 115 + cmake -G "MSYS Makefiles" -DBUILD_SDLGPU=On -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_ALL=ON .. 116 116 cmake --build . --parallel 117 117 118 118 # === Ubuntu ===