Skip to content

Fix errno value on timeout with TCP connect (closes #736, #756) #120

Fix errno value on timeout with TCP connect (closes #736, #756)

Fix errno value on timeout with TCP connect (closes #736, #756) #120

Workflow file for this run

name: Build libmodbus
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./autogen.sh && ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck