mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing the workflows
This commit is contained in:
6
.github/workflows/linux_clang.yml
vendored
6
.github/workflows/linux_clang.yml
vendored
@@ -37,6 +37,6 @@ jobs:
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make -j DEBUG=true
|
||||
|
||||
# Build the test
|
||||
- name: Build Test
|
||||
run: cd test && bash ./build.sh
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
run: cd example && bash ./build.sh
|
||||
|
||||
Reference in New Issue
Block a user