adding build readme for xmake, fixing windows workflow

This commit is contained in:
2023-12-09 13:24:40 +01:00
parent 038a6db77f
commit d5e263390e
4 changed files with 55 additions and 2 deletions

View File

@@ -68,8 +68,8 @@ jobs:
# Build the mlx
- name: Build MacroLibX
run: xmake --yes -v
run: xmake --yes
# Build the test
- name: Build Test
run: xmake build --yes -v Test
run: xmake build --yes Test