Skip to content

- For #1441: Fix type of ipv6 addr struct. #2122

- For #1441: Fix type of ipv6 addr struct.

- For #1441: Fix type of ipv6 addr struct. #2122

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: configure
run: ./configure --enable-debug
- name: make
run: make
- name: make test
run: make test