diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-31 03:07:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-31 03:07:46 +0200 |
| commit | f4700e072d4c65a4d8690e9cc1ff5ed84579b55d (patch) | |
| tree | f88e587ed8de577bc4d3d56178338ed0afde7c56 /.github/workflows | |
| parent | c4f8f1655e0b19232f2675045c436c0e9e21b2c2 (diff) | |
Really checkout submodules in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1025fb545..542107005 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -81,6 +81,8 @@ jobs: | |||
| 81 | 81 | ||
| 82 | steps: | 82 | steps: |
| 83 | - uses: actions/checkout@v2 | 83 | - uses: actions/checkout@v2 |
| 84 | with: | ||
| 85 | submodules: true | ||
| 84 | - uses: actions-rs/toolchain@v1 | 86 | - uses: actions-rs/toolchain@v1 |
| 85 | with: | 87 | with: |
| 86 | toolchain: stable | 88 | toolchain: stable |
| @@ -97,8 +99,6 @@ jobs: | |||
| 97 | runs-on: ubuntu-latest | 99 | runs-on: ubuntu-latest |
| 98 | steps: | 100 | steps: |
| 99 | - uses: actions/checkout@v2 | 101 | - uses: actions/checkout@v2 |
| 100 | with: | ||
| 101 | submodules: true | ||
| 102 | - uses: actions-rs/toolchain@v1 | 102 | - uses: actions-rs/toolchain@v1 |
| 103 | with: | 103 | with: |
| 104 | toolchain: stable | 104 | toolchain: stable |
