Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jul 15, 2023
2 parents 9578ce5 + d7b934d commit 522c66c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ 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

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

0 comments on commit 522c66c

Please sign in to comment.