Skip to content

Commit

Permalink
Use fetch-depth 0 to make minver work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Jun 28, 2022
1 parent 34efdbf commit 2a63e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetching all

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetching all

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 2a63e23

Please sign in to comment.