checkout only thirdparty submodules

This commit is contained in:
Bruno Alexandre Rosa 2026-03-28 13:47:33 -03:00
parent 818a702a49
commit be6be711ff

View file

@ -162,8 +162,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Checkout thirdparty submodules
run: |
git submodule init thirdparty
git submodule update thirdparty
- name: Restore compiler cache (ccache)
id: ccache_restore