Skip to content

Fix dependency

Fix dependency #78

Workflow file for this run

name: Build and test after code change
on:
workflow_call:
push:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
pull_request:
paths:
- 'cpp/**'
- 'proto/**'
- '.github/workflows/build.yml'
types:
- assigned
- opened
- synchronize
- reopened
branches:
- 'develop'
- 'main'
jobs:
fullspec:
uses: ./.github/workflows/build_and_test.yml
with:
board: "FULLSPEC"
# standard:
# uses: ./.github/workflows/build_aarch64.yml
# with:
# board: "STANDARD"