clone submodules in github actions

This commit is contained in:
ading2210 2024-01-31 21:50:46 +00:00
parent 2d98b82ee3
commit 0b2db30c1a
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,8 @@ jobs:
steps:
- name: download repo
uses: actions/checkout@v4
with:
submodules: 'true'
- name: install deps
run: |