Update bms.json #10
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: 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 |