Skip to content

Commit

Permalink
Check out the entire repository
Browse files Browse the repository at this point in the history
One of the build steps, at least for releases, is to push the tag to the
Cygwin Git repositories.  That's not going to be possible from a shallow
clone, so use a full clone instead.  It's not as if this is ever going
to be a large repository!
  • Loading branch information
me-and committed Feb 16, 2022
1 parent a840c74 commit ff3c436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
timeout-minutes: 10
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
timeout-minutes: 1
- name: Load packages to install
id: cyg-package-list
Expand Down

0 comments on commit ff3c436

Please sign in to comment.