Don't use third-party action to clone submodules

This commit is contained in:
Antoine Gersant 2019-09-28 23:42:16 -07:00 committed by GitHub
parent 37edf64e17
commit e8fc576052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: textbook/git-checkout-submodule-action@master
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly