Skip to content

Commit

Permalink
chore: fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 2, 2022
1 parent 828fd8d commit 752ede9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
submodules: 'recursive'
with:
submodules: 'recursive'

- name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 752ede9

Please sign in to comment.