Skip to content

Commit

Permalink
debugging windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Dec 8, 2023
1 parent 74e5e35 commit 218a97e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:

# Build the mlx
- name: Build MacroLibX
run: xmake --yes
run: xmake --yes -v

# Build the test
- name: Build Test
run: xmake build --yes Test
run: xmake build --yes -v Test
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
add_requires("libsdl", "vulkan-headers")

add_rules("mode.debug", "mode.release")
set_languages("cxx17")
set_languages("cxx17", "c99")

set_objectdir("objs/xmake/$(os)_$(arch)")
set_targetdir("./")
Expand Down

0 comments on commit 218a97e

Please sign in to comment.