Skip to content

Merge branch 'master' of https://github.com/fm4dd/pmod-i2c24io #10

Merge branch 'master' of https://github.com/fm4dd/pmod-i2c24io

Merge branch 'master' of https://github.com/fm4dd/pmod-i2c24io #10

Workflow file for this run

name: rpi-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add libs
run: sudo apt-get install -y libi2c-dev libgpiod-dev
- name: make all
run: |
cd ./examples/pi-tca6424a
make all