Skip to content

Commit

Permalink
Merge branch 'set-fetch-depth-to-0-in-github-ci' into 'dev'
Browse files Browse the repository at this point in the history
Set fetch depth to 0 in GitHub CI

See merge request Sharpmake/sharpmake!362
  • Loading branch information
baudronp committed Mar 3, 2023
2 parents b854d75 + 9789a94 commit 23a594f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Build Sharpmake ${{ matrix.configuration }} ${{ matrix.os }}
shell: pwsh
Expand Down

0 comments on commit 23a594f

Please sign in to comment.