Skip to content

create installation directories if need be, as suggested by @givdieri #62

create installation directories if need be, as suggested by @givdieri

create installation directories if need be, as suggested by @givdieri #62

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