diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 6ca9cfa2c..51ec7265c 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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