Compare commits

..

2 commits

Author SHA1 Message Date
Alex Janka 5c8bad1d3b tokio-modbus instead of libmodbus-rs
Some checks failed
Build prerelease .deb / Build (push) Failing after 5s
2024-07-09 10:35:28 +10:00
Alex Janka e6c7e3fb7f better workflows 2024-07-09 10:35:28 +10:00

View file

@ -2,6 +2,10 @@ name: Build .deb
on: workflow_call on: workflow_call
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
jobs: jobs:
Build-Deb: Build-Deb:
runs-on: aarch64 runs-on: aarch64