From 17a0416a496b3f71e445b90d5817c04e9df6c5c3 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 23:43:54 -0300 Subject: [PATCH] Checkout Submodules --- .github/workflows/qt.yml | 3 +++ 1 file changed, 3 insertions(+) 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'