Skip to content

Commit

Permalink
Try fetch-depth again
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Nov 8, 2023
1 parent 96209a7 commit 51e2f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-tags: true
fetch-depth: 0

- name: Configure CMake
run: |
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
fetch-tags: true
fetch-depth: 0

- name: Configure CMake
run: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51e2f6f

Please sign in to comment.