diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index b9502bce..41799593 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -29,6 +29,9 @@ jobs: with: fetch-depth: 1 + - name: Checkout submodules + run: git submodule update --init + - name: Creates QtAccount File uses: DamianReeves/write-file-action@v1.0 if: steps.qt-cached.outputs.cache-hit != 'true'