mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
fixing GCC CI
This commit is contained in:
4
.github/workflows/linux_gcc.yml
vendored
4
.github/workflows/linux_gcc.yml
vendored
@@ -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