Skip to content

Commit bf14461

Browse files
committed
Point to the main stepcode repository
1 parent ec12b1c commit bf14461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
git clone --depth 1 git://github.com/BRL-CAD/brlcad.git -b main
187187
cd brlcad/src/other/ext && rm -rf stepcode
188-
git clone --depth 1 git://github.com/starseeker/stepcode.git -b develop
188+
git clone --depth 1 git://github.com/stepcode/stepcode.git -b develop
189189
# Ordinarily BRL-CAD keeps track of what files are supposed to be
190190
# present in the repository. In this case we're not interested in
191191
# updating the list to the working stepcode filelist, so use an empty
@@ -243,7 +243,7 @@ jobs:
243243
git clone --depth 1 git://github.com/BRL-CAD/brlcad.git -b main
244244
cd brlcad/src/other/ext
245245
cmake -E rm -r stepcode
246-
git clone --depth 1 git://github.com/starseeker/stepcode.git -b develop
246+
git clone --depth 1 git://github.com/stepcode/stepcode.git -b develop
247247
# Ordinarily BRL-CAD keeps track of what files are supposed to be
248248
# present in the repository. In this case we're not interested in
249249
# updating the list to the working stepcode filelist, so use an empty

0 commit comments

Comments
 (0)