Skip to content

Revert "Fixes float encoding/decoding for both big and little endian … #132

Revert "Fixes float encoding/decoding for both big and little endian …

Revert "Fixes float encoding/decoding for both big and little endian … #132

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