i2c_driver should use a counted ringbuf #7665
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dist | |
on: | |
pull_request: | |
push: | |
branches: [master] | |
jobs: | |
build: | |
name: dist | |
strategy: | |
matrix: | |
os: [ubuntu-latest, windows-latest] | |
uses: ./.github/workflows/build-boards.yml | |
with: | |
board-set: all | |
os: ${{ matrix.os }} |