Skip to content

Commit

Permalink
clone submodules before trying to build
Browse files Browse the repository at this point in the history
  • Loading branch information
aslansq committed Dec 26, 2024
1 parent 4bdf33d commit 4098850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
release: "10.3-2021.10"# optional, default is latest
# Name for an environmental variable to be created with the toolchain path.
path-env-var: "GCC_ARM_NONE_EABI_BIN_PATH" # optional
- name: rebuild_all.sh
run: ./misc/shell/rebuild_all.sh
- name: build_them_all
run: git submodule update --init --recursive && ./misc/shell/rebuild_all.sh

0 comments on commit 4098850

Please sign in to comment.