Skip to content

Commit 76674ca

Browse files
authored
Change submodule initialization path from labs to sim
1 parent 41557e8 commit 76674ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Initialize and update submodules for labs/*
1616
run: |
1717
git submodule init
18-
for sm in labs/*; do
18+
for sm in sim/*; do
1919
if [ -d "$sm" ]; then
2020
git submodule update --init --depth=1 -- "$sm"
2121
fi

0 commit comments

Comments
 (0)