Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jul 15, 2023
1 parent 46b316a commit e30e44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:

- name: compile single-headers.o
run: gcc -c source/single-headers.c -lm -I./include -I./include/deps
- gcc:

- name: gcc
run: gcc source/main.c single-headers.o -lm -I./include -I./include/deps

0 comments on commit e30e44e

Please sign in to comment.