5858
5959 - name : Init vendor submodules
6060 run : git submodule update --init vendor/rustynum
61+
62+ - name : Clone sibling repos (OBLIGATORY deps)
63+ run : |
64+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
65+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
66+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
67+
6168 - uses : dtolnay/rust-toolchain@master
6269 with :
6370 toolchain : " 1.93.0"
7784
7885 - name : Init vendor submodules
7986 run : git submodule update --init vendor/rustynum
87+
88+ - name : Clone sibling repos (OBLIGATORY deps)
89+ run : |
90+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
91+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
92+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
93+
8094 - uses : dtolnay/rust-toolchain@master
8195 with :
8296 toolchain : " 1.93.0"
@@ -96,6 +110,13 @@ jobs:
96110
97111 - name : Init vendor submodules
98112 run : git submodule update --init vendor/rustynum
113+
114+ - name : Clone sibling repos (OBLIGATORY deps)
115+ run : |
116+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
117+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
118+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
119+
99120 - uses : dtolnay/rust-toolchain@master
100121 with :
101122 toolchain : " 1.93.0"
@@ -115,6 +136,13 @@ jobs:
115136
116137 - name : Init vendor submodules
117138 run : git submodule update --init vendor/rustynum
139+
140+ - name : Clone sibling repos (OBLIGATORY deps)
141+ run : |
142+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
143+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
144+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
145+
118146 - uses : dtolnay/rust-toolchain@master
119147 with :
120148 toolchain : " 1.93.0"
@@ -134,6 +162,13 @@ jobs:
134162
135163 - name : Init vendor submodules
136164 run : git submodule update --init vendor/rustynum
165+
166+ - name : Clone sibling repos (OBLIGATORY deps)
167+ run : |
168+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
169+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
170+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
171+
137172 - uses : dtolnay/rust-toolchain@master
138173 with :
139174 toolchain : " 1.93.0"
@@ -153,6 +188,13 @@ jobs:
153188
154189 - name : Init vendor submodules
155190 run : git submodule update --init vendor/rustynum
191+
192+ - name : Clone sibling repos (OBLIGATORY deps)
193+ run : |
194+ git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
195+ git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
196+ git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
197+
156198 - uses : dtolnay/rust-toolchain@master
157199 with :
158200 toolchain : " 1.93.0"
0 commit comments