Skip to content

Commit

Permalink
actions: Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 23, 2020
1 parent 5de23eb commit 7b93162
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default.yml
Expand Up @@ -19,6 +19,8 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -36,6 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -52,6 +56,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 7b93162

Please sign in to comment.