Skip to content

Commit

Permalink
Merge pull request #197 from DallasFormulaRacing/refactor/platform-la…
Browse files Browse the repository at this point in the history
…yer-updates

Updating CI Build to update its submodules after checkout
  • Loading branch information
crsz20 authored May 12, 2024
2 parents 6fd4270 + 98f8267 commit 7d5a6c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'true'

- name : Update the submodules
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- name: Build stm32CubeIDE project
uses: xanderhendriks/action-build-stm32cubeide@v10.0
Expand Down

0 comments on commit 7d5a6c1

Please sign in to comment.