Skip to content

Commit

Permalink
Update submoduel pointer of CMock (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws authored May 16, 2024
1 parent d179bbc commit bd15b4d
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 @@ -167,6 +167,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.3.0"
description: |
"Library used in client authorization over HTTP with AWS IoT, on embedded devices.\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 bd15b4d

Please sign in to comment.