Skip to content

Merge branch 'main' of https://github.com/MignonPetitXelow/Fembng #8

Merge branch 'main' of https://github.com/MignonPetitXelow/Fembng

Merge branch 'main' of https://github.com/MignonPetitXelow/Fembng #8

Workflow file for this run

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