diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-31 02:51:47 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-31 02:51:47 +0200 |
| commit | 2729adc68a907ccc8c4f925a260638042bb849eb (patch) | |
| tree | 20b79e44f10eb9ff269573091004376ade11cb83 /.github/workflows | |
| parent | 60f12c78dd75f27a0c3f72264bc40281c127d0cd (diff) | |
Checkout submodules in ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cef786143..1025fb545 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -97,6 +97,8 @@ jobs: | |||
| 97 | runs-on: ubuntu-latest | 97 | runs-on: ubuntu-latest |
| 98 | steps: | 98 | steps: |
| 99 | - uses: actions/checkout@v2 | 99 | - uses: actions/checkout@v2 |
| 100 | with: | ||
| 101 | submodules: true | ||
| 100 | - uses: actions-rs/toolchain@v1 | 102 | - uses: actions-rs/toolchain@v1 |
| 101 | with: | 103 | with: |
| 102 | toolchain: stable | 104 | toolchain: stable |
