fix: Checkout submodules

This commit is contained in:
Leni Aniva 2024-10-18 15:39:36 -07:00
parent 1c017e342e
commit 1b05419233
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
with:
submodules: true
# Install dependencies
- name: Set up Python 3.11