Skip to content

Update linux.yml

Update linux.yml #3

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: compile single-headers.o
run: gcc -c source/single-headers.c -lm -I./include -I./include/deps
- gcc:

Check failure on line 22 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / Linux

Invalid workflow file

The workflow is not valid. .github/workflows/linux.yml (Line: 22, Col: 7): Unexpected value 'gcc'
run: gcc source/main.c single-headers.o -lm -I./include -I./include/deps