Skip to content

Commit

Permalink
Update submodule pointer (#88)
Browse files Browse the repository at this point in the history
* Update submodule pointer and add the check in CI workflow
  • Loading branch information
chinglee-iot committed May 6, 2024
1 parent 6688f70 commit bc28f93
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ jobs:
submodules: true
fetch-depth: 0

# At time of writing the gitmodules are set not to pull
# Even when using fetch submodules. Need to run this command
# To force it to grab them.
- name: Perform Recursive Clone
shell: bash
run: git submodule update --checkout --init --recursive

- name: Run manifest verifier
uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
with:
Expand Down
9 changes: 9 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ version: "v1.2.0"
description: |
"SNTP client library to allow embedded devices to synchronize time with time servers.\n"
license: "MIT"

dependencies:
- name: "CMock"
version: v2.5.3
license: "MIT"
repository:
type: "git"
url: "https://github.com/ThrowTheSwitch/CMock.git"
path: test/unit-test/CMock

0 comments on commit bc28f93

Please sign in to comment.