Add cycle 5.1 expected dry mass #186
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: Build project pipeline | |
on: | |
push: | |
jobs: | |
build-sample_application: | |
name: Build the project binary | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout proc repo | |
uses: actions/checkout@v3.1.0 | |
with: | |
submodules: true | |
- name: Build proc binary | |
uses: xanderhendriks/action-build-stm32cubeide@v12.0 | |
with: | |
project-path: 'STM32Cube' | |
project-target: 'processor_board/Debug' |