Skip to content

Update profile script #9

Update profile script

Update profile script #9

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: configure
run: sudo apt install -y libglm-dev
- name: make
run: make all