🔨 chore(actions): change usage of DEBUG=true to the debug rule

This commit is contained in:
xtrm
2024-04-23 20:42:39 +02:00
parent 14698594d8
commit fc33d33508
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# Build the lib
- name: Build MacroLibX
run: make -j && make fclean && make -j DEBUG=true
run: make -j && make fclean && make debug
# Build the example
- name: Build Example