|
|
|
@ -26,6 +26,12 @@ jobs:
@@ -26,6 +26,12 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
|
|
- name: Get all tags for correct version determination |
|
|
|
|
working-directory: ${{ github.workspace }} |
|
|
|
|
run: | |
|
|
|
|
git fetch --unshallow |
|
|
|
|
git fetch --all --tags |
|
|
|
|
|
|
|
|
|
- name: Install Qt |
|
|
|
|
uses: jurplel/install-qt-action@v2 |
|
|
|
|
with: |
|
|
|
|