diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-27 18:13:30 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-27 18:13:30 -0700 |
| commit | 871f9fc881e6d100fb17ba46bb3dee042d4b4d1d (patch) | |
| tree | a6a43bb4980e7f3d80270bdd2c7bf745a33b3312 /.github | |
| parent | a1cddcc41bc68ae0ed9c1ec482f02af30b51f9e9 (diff) | |
Pull submodules
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8933ef6..01df3b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + - name: checkout submodules + shell: bash + run: | + git submodule sync --recursive - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: |
