Skip to content

Commit

Permalink
enable janet in mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-hrvs authored Dec 1, 2024
1 parent e3c3bc6 commit 6b20066
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 @@ -112,7 +112,7 @@ jobs:
shell: bash
run: |
cd build
cmake -G "MSYS Makefiles" -DBUILD_SDLGPU=On -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_ALL=ON -DBUILD_WITH_JANET=OFF ..
cmake -G "MSYS Makefiles" -DBUILD_SDLGPU=On -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_ALL=ON ..
cmake --build . --parallel
# === Ubuntu ===
Expand Down

0 comments on commit 6b20066

Please sign in to comment.