mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
🔨 chore(actions): change usage of DEBUG=true to the debug rule
This commit is contained in:
2
.github/workflows/macos_x86.yml
vendored
2
.github/workflows/macos_x86.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
# Build the lib
|
||||
- name: Build MacroLibX
|
||||
run: make -j && make fclean && make DEBUG=true -j
|
||||
run: make -j && make fclean && make debug
|
||||
|
||||
# Build the example
|
||||
- name: Build Example
|
||||
|
||||
Reference in New Issue
Block a user