debugging windows CI

This commit is contained in:
Kbz-8
2023-12-08 16:37:42 +01:00
parent 74e5e35f5a
commit 218a97e4ec
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