checkout submodules on CI

This commit is contained in:
Bruno Alexandre Rosa 2026-03-28 13:42:26 -03:00
parent 3ec67acb7d
commit 818a702a49

View file

@ -162,6 +162,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Restore compiler cache (ccache)
id: ccache_restore