github: recursive clone

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-10-21 16:26:39 -04:00
parent f7c4bf3fe5
commit 0e794a0e4c

View File

@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
with:
submodules: "recursive"
- name: Install dependencies
run: |
sudo apt-get update