Make sure the checkout action pulls the submodules as well
This commit is contained in:
parent
5c3240ed8d
commit
1aaf148ce4
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm clean-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue