Don't use third-party action to clone submodules
This commit is contained in:
parent
37edf64e17
commit
e8fc576052
1 changed files with 2 additions and 1 deletions
3
.github/workflows/validate-pr.yaml
vendored
3
.github/workflows/validate-pr.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue