diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fa6d758..94572873 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup uses: msys2/setup-msys2@v2 @@ -65,6 +67,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup toolchain uses: jurplel/install-qt-action@v3 @@ -106,6 +110,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup uses: jurplel/install-qt-action@v3 @@ -143,6 +149,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup uses: jurplel/install-qt-action@v3 @@ -191,6 +199,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -217,6 +227,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -238,6 +250,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -259,6 +273,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -281,6 +297,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -302,6 +320,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Fetch container image run: | @@ -323,6 +343,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup uses: jurplel/install-qt-action@v3 diff --git a/.github/workflows/feature-matrix.yml b/.github/workflows/feature-matrix.yml index 24f726c8..76ca955b 100644 --- a/.github/workflows/feature-matrix.yml +++ b/.github/workflows/feature-matrix.yml @@ -13,6 +13,8 @@ jobs: vcs: ["y", "n"] steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 @@ -48,6 +50,8 @@ jobs: vcs: ["y", "n"] steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 3bdfa0fa..74a8d008 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1