Skip to content

sprites seem to work... #128

sprites seem to work...

sprites seem to work... #128

Workflow file for this run

name: Compile check
on:
push:
branches: [ "main" ]

Check failure on line 5 in .github/workflows/c-cpp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/c-cpp.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: sudo apt install -y libglfw3 libglfw3-dev
- name: make
run: make