Skip to content

Close #31: Add support for comments (#37) #26

Close #31: Add support for comments (#37)

Close #31: Add support for comments (#37) #26

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install libsdl2-dev
run: sudo apt-get install -y libsdl2-dev
- name: make
run: make