fixing GCC CI

This commit is contained in:
2023-11-10 09:21:58 +01:00
parent 22c9e14947
commit ea6c2a3335

View File

@@ -35,9 +35,9 @@ jobs:
# Build the lib
- name: Build MacroLibX
run: make -j
run: make TOOLCHAIN=gcc -j
# Build the test
- name: Build Test
run: cd test && clang main.c ../libmlx.so -lSDL2
run: cd test && gcc main.c ../libmlx.so -lSDL2