Skip to content

Commit

Permalink
Add submodules to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Apr 27, 2020
1 parent 4c93993 commit 8e60441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 8e60441

Please sign in to comment.