This commit is contained in:
Bruno Alexandre Rosa 2026-04-25 10:01:48 -03:00 committed by GitHub
commit a32b2006cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 5762 deletions

View file

@ -170,6 +170,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Checkout thirdparty submodules
run: |
git submodule init thirdparty
git submodule update thirdparty
- name: Restore compiler cache (ccache)
id: ccache_restore
uses: actions/cache/restore@v5