Skip to content

make install and uninstall more generic #60

make install and uninstall more generic

make install and uninstall more generic #60

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: make check
run: make check