Skip to content

Commit

Permalink
Checkout submodules for CI jobs that need them
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Oct 15, 2022
1 parent 9ee3b16 commit 4c465c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- id: install
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:

steps:
- uses: actions/checkout@master
with:
submodules: true
- id: install
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: true

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

0 comments on commit 4c465c8

Please sign in to comment.