fixing CI

This commit is contained in:
Kbz-8
2023-12-12 18:07:58 +01:00
parent 6c0d8829a5
commit f398126e08
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ jobs:
# Build the test # Build the test
- name: Build Test - name: Build Test
run: cd test && clang main.c ../libmlx.so -lSDL2 run: cd test && bash ./run.sh
+1 -1
View File
@@ -39,5 +39,5 @@ jobs:
# Build the test # Build the test
- name: Build Test - name: Build Test
run: cd test && gcc main.c ../libmlx.so -lSDL2 run: cd test && bash ./run.sh
+1 -1
View File
@@ -45,5 +45,5 @@ jobs:
# Build the test # Build the test
- name: Build Test - name: Build Test
run: cd test && clang main.c ../libmlx.so -lSDL2 run: cd test && bash ./run.sh