fixing GCC CI

This commit is contained in:
Kbz-8
2023-11-10 09:21:58 +01:00
parent 85c43dabf4
commit 2fa7e2d4a9

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