Skip to content

Commit 3a62ac5

Browse files
committed
Stop checking out recursively
1 parent 76a7bc5 commit 3a62ac5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
18-
submodules: recursive
18+
submodules: true
19+
20+
- name: Sync library/xml
21+
run: git submodule update --init library/xml
22+
working-directory: dfhack
1923

2024
- uses: ruby/setup-ruby@v1
2125
with:

0 commit comments

Comments
 (0)