diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-31 02:51:47 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-05-31 02:51:47 +0200 |
commit | 2729adc68a907ccc8c4f925a260638042bb849eb (patch) | |
tree | 20b79e44f10eb9ff269573091004376ade11cb83 /.github | |
parent | 60f12c78dd75f27a0c3f72264bc40281c127d0cd (diff) | |
download | embassy-2729adc68a907ccc8c4f925a260638042bb849eb.zip |
Checkout submodules in ci
Diffstat (limited to '.github')
-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 cef78614..1025fb54 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -97,6 +97,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions-rs/toolchain@v1 with: toolchain: stable |