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 2862dd3 commit 46b316a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- name: apt
run: sudo apt-get install mesa-common-dev libglx-dev libxcursor-dev

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

0 comments on commit 46b316a

Please sign in to comment.