Skip to content

Merge pull request #34 from ys-zm/unfuck-norm #143

Merge pull request #34 from ys-zm/unfuck-norm

Merge pull request #34 from ys-zm/unfuck-norm #143

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 dependencies
run: sudo apt install -y libglfw3 libglfw3-dev
- name: make
run: make