Skip to content

fixed github's include errors? #2 #16

fixed github's include errors? #2

fixed github's include errors? #2 #16

Workflow file for this run

name: linux
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: apt
run: sudo apt-get install mesa-common-dev libglx-dev libxcursor-dev
- name: gcc
run: gcc main.c -lX11 -lGLX -lGL