Skip to content

Commit

Permalink
Clone submodules when building on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 20, 2024
1 parent d4de323 commit 1624836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: recursive

- name: install node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 1624836

Please sign in to comment.