debugging windows CI

This commit is contained in:
2023-12-08 16:37:42 +01:00
parent 51bd482acc
commit 0b6b0b4902
2 changed files with 3 additions and 3 deletions

View File

@@ -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