ci: fetch git submodules recursively

This commit is contained in:
Pierre Tachoire
2023-11-14 08:51:51 +01:00
parent c5170db0f6
commit d6996889c2
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
submodules: true # fetch submodules recusively, to get jsruntime-lib submodules also.
submodules: recursive
- name: install v8 - name: install v8
run: | run: |

View File

@@ -31,7 +31,8 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
submodules: true # fetch submodules recusively, to get jsruntime-lib submodules also.
submodules: recursive
- name: install v8 - name: install v8
run: | run: |