Checkout Submodules

This commit is contained in:
Mateo Pidal
2021-05-05 23:43:54 -03:00
committed by GitHub
parent 0201789727
commit 17a0416a49

View File

@@ -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'