Skip to content

Commit 24436a9

Browse files
committed
allow submodules
cargo publish containerizes the package and ignores the path, but needs it for translation of Cargo.toml
1 parent 2f6e26c commit 24436a9

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
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- uses: actions/checkout@v2
157157
with:
158-
submodules: false
158+
submodules: recursive
159159
- uses: actions-rs/toolchain@v1
160160
with:
161161
profile: minimal

0 commit comments

Comments
 (0)