Skip to content

Commit 6615a96

Browse files
Merge pull request #5 from FreeRTOS/UpdateCISubmoduling
Update ci.yml
2 parents 3911e57 + b1c14ff commit 6615a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
submodules: recursive
1818
- name: Build
1919
run: |
20+
git submodule update --checkout
21+
cd tools/CMock
22+
git submodule update --init vendor/unity
23+
cd ../..
2024
sudo apt-get install -y lcov
2125
cmake -S test/unit-test -B test/unit-test/build/ \
2226
-G "Unix Makefiles" \

0 commit comments

Comments
 (0)