Skip to content

Commit

Permalink
added checkout submodule action
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 10, 2020
1 parent 93bbaf5 commit eb3784b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]
name: Continuous integration

jobs:

check:
name: Check
strategy:
Expand All @@ -12,6 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: srt32/git-actions@v0.0.3
with:
args: git submodule update --init --recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -35,6 +39,7 @@ jobs:
sudo apt-get install libsqlite3-dev
if: matrix.os == 'ubuntu-latest'
- uses: actions/checkout@v1
- uses: textbook/git-checkout-submodule-action@2.1.1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -54,6 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: textbook/git-checkout-submodule-action@2.1.1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit eb3784b

Please sign in to comment.