Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Dec 12, 2023
1 parent 6c0d882 commit f398126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

# Build the test
- name: Build Test
run: cd test && clang main.c ../libmlx.so -lSDL2
run: cd test && bash ./run.sh
2 changes: 1 addition & 1 deletion .github/workflows/linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:

# Build the test
- name: Build Test
run: cd test && gcc main.c ../libmlx.so -lSDL2
run: cd test && bash ./run.sh

2 changes: 1 addition & 1 deletion .github/workflows/macos_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:

# Build the test
- name: Build Test
run: cd test && clang main.c ../libmlx.so -lSDL2
run: cd test && bash ./run.sh

0 comments on commit f398126

Please sign in to comment.