Skip to content

Fix build error

Fix build error #227

Workflow file for this run

name: Test on Linux
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make all
run: make all