mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Checkout submodules before building
This commit is contained in:
parent
98cd98dd4d
commit
2632e083f6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/validate-pr.yaml
vendored
1
.github/workflows/validate-pr.yaml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: textbook/git-checkout-submodule-action@master
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
|
|
Loading…
Reference in a new issue