Skip to content

Commit ba08615

Browse files
Update submodule pointer (#158)
1 parent e8fd5be commit ba08615

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
@@ -141,6 +141,13 @@ jobs:
141141
submodules: true
142142
fetch-depth: 0
143143

144+
# At time of writing the gitmodules are set not to pull
145+
# Even when using fetch submodules. Need to run this command
146+
# To force it to grab them.
147+
- name: Perform Recursive Clone
148+
shell: bash
149+
run: git submodule update --checkout --init --recursive
150+
144151
- name: Run manifest verifier
145152
uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
146153
with:

manifest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ version: "v3.2.0"
33
description: |
44
"A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers. \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)