diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 310db51..c9c2fa1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -234,7 +234,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-tags: true + fetch-depth: 0 - name: Configure CMake run: | @@ -270,7 +270,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-tags: true + fetch-depth: 0 - uses: maxim-lobanov/setup-xcode@v1 with: @@ -312,7 +312,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-tags: true + fetch-depth: 0 - name: Configure CMake run: | @@ -352,7 +352,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Download artifacts uses: actions/download-artifact@v3