Skip to content

Commit 60db4e9

Browse files
committed
Fix submodule updates
1 parent f6b58c1 commit 60db4e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-submodules.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
submodules: true
1717

1818
- name: Update submodules
19-
run: git submodule update --remote
19+
run: |
20+
git submodule update --remote
21+
cd dfhack
22+
git submodule update
2023
2124
- name: Check if submodules updated
2225
id: submodules_updated

0 commit comments

Comments
 (0)