fixing the workflows

This commit is contained in:
2024-01-03 00:07:38 +01:00
parent 0cba8d011e
commit 1ef45ebba2
4 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build MacroLibX
run: make -j && make fclean && make DEBUG=true -j
# Build the test
- name: Build Test
run: cd test && bash ./build.sh
# Build the example
- name: Build Example
run: cd example && bash ./build.sh