fixing CI

This commit is contained in:
2023-12-12 18:07:58 +01:00
parent fc3382f984
commit f9d729d30b
3 changed files with 3 additions and 3 deletions

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

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

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