Added submodule checkout

This commit is contained in:
jupfi 2024-04-20 11:02:18 +02:00
parent 8d625619d7
commit 5c53365f2f

View file

@ -28,6 +28,15 @@ jobs:
with:
python-version: "3.11"
- name: Install git
run: |
sudo apt-get install -y git
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install dependencies
run: |
sudo apt-get update