diff --git a/.github/workflows/linux_gcc.yml b/.github/workflows/linux_gcc.yml index 2662cf4..5d3b915 100644 --- a/.github/workflows/linux_gcc.yml +++ b/.github/workflows/linux_gcc.yml @@ -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