Change submodule checkout to recursive

This commit is contained in:
tooomm 2026-01-24 13:10:02 +01:00 committed by GitHub
parent e346424e3f
commit fc21d15afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v6
with:
submodules: true
submodules: recursive
- name: Install Graphviz
run: |