diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 499debd..1417be8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -46,7 +46,9 @@ jobs: steps: - uses: actions/checkout@v4 - + - name: Pull submodules + run: | + git submodule update --remote --recursive --init - name: Install Qt uses: jurplel/install-qt-action@v3