Skip to content

Merge remote-tracking branch 'origin' into 81-bmsfaultpriority-v2 #20

Merge remote-tracking branch 'origin' into 81-bmsfaultpriority-v2

Merge remote-tracking branch 'origin' into 81-bmsfaultpriority-v2 #20

Workflow file for this run

name: Check CAN, build Calypso
on:
push:
paths:
- 'cangen/**'
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- name: Clone Calypso
uses: actions/checkout@v4
with:
repository: Northeastern-Electric-Racing/Calypso
- name: Clone Embedded-base
uses: actions/checkout@v4
with:
path: "./Embedded-Base"
- name: Build Calypso
run: cargo build --locked