Skip to content

Commit fe31ccc

Browse files
Update Submodule pointer (#53)
1 parent 4dce674 commit fe31ccc

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ jobs:
151151
submodules: true
152152
fetch-depth: 0
153153

154+
# At time of writing the gitmodules are set not to pull
155+
# Even when using fetch submodules. Need to run this command
156+
# To force it to grab them.
157+
- name: Perform Recursive Clone
158+
shell: bash
159+
run: git submodule update --checkout --init --recursive
160+
154161
- name: Run manifest verifier
155162
uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
156163
with:

manifest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ version: "v1.3.0"
33
description: |
44
"Algorithm for calculating exponential backoff with jitter for network retry attempts.\n"
55
license: "MIT"
6+
7+
dependencies:
8+
- name: "Unity"
9+
version: v2.6.0
10+
license: "MIT"
11+
repository:
12+
type: "git"
13+
url: "https://github.com/ThrowTheSwitch/Unity.git"
14+
path: test/unit-test/Unity

test/unit-test/Unity

Submodule Unity updated 69 files

0 commit comments

Comments
 (0)