Skip to content

Commit d523899

Browse files
Nemo157syphar
authored andcommitted
Checkout submodules for CI jobs that need them
1 parent 01b9e22 commit d523899

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v3
26+
with:
27+
submodules: true
2628
- id: install
2729
run: |
2830
rustup override set stable
@@ -141,6 +143,8 @@ jobs:
141143

142144
steps:
143145
- uses: actions/checkout@v3
146+
with:
147+
submodules: true
144148
- id: install
145149
run: |
146150
rustup override set stable

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11+
with:
12+
submodules: true
1113

1214
- name: Build the Docker image
1315
run: docker build -t docs-rs -f dockerfiles/Dockerfile .

0 commit comments

Comments
 (0)