Skip to content

Commit

Permalink
Simpler way to avoid shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 15, 2020
1 parent 366d5df commit ad12e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Deep clone
run: git fetch --prune --unshallow origin HEAD
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Install prerequisites
run: |
./init.ps1 -UpgradePrerequisites
Expand Down

0 comments on commit ad12e4a

Please sign in to comment.