From 0b6b0b4902da7d5828be4b9c06250619051a65e0 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Fri, 8 Dec 2023 16:37:42 +0100 Subject: [PATCH] debugging windows CI --- .github/workflows/windows.yml | 4 ++-- xmake.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e82f86c..f5d2000 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 diff --git a/xmake.lua b/xmake.lua index 1a20004..7048f27 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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("./")