Skip to content

Commit

Permalink
Fix CI : NBGV shallow clone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraIsayeki committed Apr 29, 2023
1 parent bc9fb18 commit 3c930cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: 'recursive'

- name: Setup .NET
Expand All @@ -28,6 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
submodules: 'recursive'

- name: Setup .NET
Expand Down

0 comments on commit 3c930cf

Please sign in to comment.