Skip to content

Commit 3a37e02

Browse files
committed
[workflow] Also use submodules: true in other jobs
1 parent 36df103 commit 3a37e02

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
# it builds and the Rust tests work.
7878
steps:
7979
- uses: actions/checkout@v4
80-
- run: git submodule update --init
80+
with:
81+
submodules: true
8182

8283
- uses: actions/cache@v4
8384
with:
@@ -100,7 +101,8 @@ jobs:
100101
runs-on: ubuntu-latest
101102
steps:
102103
- uses: actions/checkout@v4
103-
- run: git submodule update --init
104+
with:
105+
submodules: true
104106

105107
- uses: actions/cache@v4
106108
with:

0 commit comments

Comments
 (0)