Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mendes-jv authored Aug 2, 2023
1 parent 56b4ece commit 8a07a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Compile
run: make bonus && gcc -Wall -Werror -Wextra main.c libftprintf.a && ./a.out
run: make bonus && gcc -Wall -Werror -Wextra main.c bonus/includes/ft_printf_bonus.h libftprintf.a && ./a.out

0 comments on commit 8a07a28

Please sign in to comment.