Skip to content

Commit cdb20b9

Browse files
get zenoh-c as submodule instead of latest main in ci (#15)
1 parent 8ceb537 commit cdb20b9

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/actions/build-zenoh-c/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ runs:
1212
id: clone-zenoh-c
1313
shell: bash
1414
run: |
15-
git clone --depth 1 https://github.com/eclipse-zenoh/zenoh-c.git
15+
git submodule init
16+
git submodule update
1617
cd zenoh-c
1718
echo "rev=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
1819

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "zenoh-c"]
2+
path = zenoh-c
3+
url = https://github.com/eclipse-zenoh/zenoh-c.git

zenoh-c

Submodule zenoh-c added at e85d48c

0 commit comments

Comments
 (0)