We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
submodules: true
1 parent 36df103 commit 3a37e02Copy full SHA for 3a37e02
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,8 @@ jobs:
77
# it builds and the Rust tests work.
78
steps:
79
- uses: actions/checkout@v4
80
- - run: git submodule update --init
+ with:
81
+ submodules: true
82
83
- uses: actions/cache@v4
84
with:
@@ -100,7 +101,8 @@ jobs:
100
101
runs-on: ubuntu-latest
102
103
104
105
106
107
108
0 commit comments