fixing unit tests CI

This commit is contained in:
2025-09-24 10:37:03 +02:00
parent 9f795fa67e
commit 3e29dd1bbe
2 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- name: Configure xmake and install dependencies
run: |
cd MacroUnitTest
xmake config --ccache=n --yes
xmake -P . config --ccache=n --yes
# Save dependencies
- name: Save cached xmake dependencies
@@ -73,4 +73,4 @@ jobs:
- name: Build and run unit tester
run: |
cd MacroUnitTest
xmake run MacroUnitTest --headless --path=" ${GITHUB_WORKSPACE}/libmlx.so"
xmake run -P . MacroUnitTest --headless --path="{{ runner.workspace }}/libmlx.so"