diff --git a/.github/workflows/BuildAndRelease.yml b/.github/workflows/BuildAndRelease.yml index 2d65cdac3..9c36f0757 100644 --- a/.github/workflows/BuildAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -43,6 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install Qt uses: jurplel/install-qt-action@v2 @@ -92,6 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install dependencies run: | @@ -123,6 +125,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Install dependencies run: | @@ -167,6 +170,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: true - name: Downlaod Jom run: |