mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 15:18:15 +02:00
fixing GCC CI
This commit is contained in:
@@ -35,9 +35,9 @@ jobs:
|
|||||||
|
|
||||||
# Build the lib
|
# Build the lib
|
||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
run: make -j
|
run: make TOOLCHAIN=gcc -j
|
||||||
|
|
||||||
# Build the test
|
# Build the test
|
||||||
- name: Build Test
|
- name: Build Test
|
||||||
run: cd test && clang main.c ../libmlx.so -lSDL2
|
run: cd test && gcc main.c ../libmlx.so -lSDL2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user