Skip to content

Commit 63b25d4

Browse files
committed
clone recurse submodules
1 parent f9d22c4 commit 63b25d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Clone Radium
5050
run: |
51-
cd src && git clone https://github.com/STORM-IRIT/Radium-Engine.git --single-branch && cd ..
51+
cd src && git clone --recurse-submodules https://github.com/STORM-IRIT/Radium-Engine.git --single-branch && cd ..
5252
5353
- name: Cache externals
5454
id: cache-external

.github/workflows/release-candidate-push-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Clone Radium
5555
run: |
56-
cd src && git clone https://github.com/STORM-IRIT/Radium-Engine.git --single-branch --branch release-candidate && cd ..
56+
cd src && git clone --recurse-submodules https://github.com/STORM-IRIT/Radium-Engine.git --single-branch --branch release-candidate && cd ..
5757
5858
- name: Cache externals
5959
id: cache-external

0 commit comments

Comments
 (0)