Skip to content

fix(configure): fix path #3

fix(configure): fix path

fix(configure): fix path #3

Workflow file for this run

name: run test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: autogen
run: ./autogen.sh
- name: make check
run: make check