File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ jobs:
185185
186186 - name : Checkout
187187 run : |
188- git clone --depth 1 git ://github.com/BRL-CAD/brlcad.git -b main
188+ git clone --depth 1 https ://github.com/BRL-CAD/brlcad.git -b main
189189 cd brlcad/src/other/ext && rm -rf stepcode
190- git clone --depth 1 git ://github.com/stepcode/stepcode.git -b develop
190+ git clone --depth 1 https ://github.com/stepcode/stepcode.git -b develop
191191 # Ordinarily BRL-CAD keeps track of what files are supposed to be
192192 # present in the repository. In this case we're not interested in
193193 # updating the list to the working stepcode filelist, so use an empty
@@ -242,10 +242,10 @@ jobs:
242242
243243 - name : Checkout
244244 run : |
245- git clone --depth 1 git ://github.com/BRL-CAD/brlcad.git -b main
245+ git clone --depth 1 https ://github.com/BRL-CAD/brlcad.git -b main
246246 cd brlcad/src/other/ext
247247 cmake -E rm -r stepcode
248- git clone --depth 1 git ://github.com/stepcode/stepcode.git -b develop
248+ git clone --depth 1 https ://github.com/stepcode/stepcode.git -b develop
249249 # Ordinarily BRL-CAD keeps track of what files are supposed to be
250250 # present in the repository. In this case we're not interested in
251251 # updating the list to the working stepcode filelist, so use an empty
You can’t perform that action at this time.
0 commit comments