Skip to content

Commit

Permalink
fix: use depth 0 to savely apply patches
Browse files Browse the repository at this point in the history
with depth=1 previously set not all patches would apply cleanly.
this PR sets the clone depth to unlimited to solve the problem.

Co-authored-by: Björn Brauer <[email protected]>
Co-authored-by: Markus Wolf <[email protected]>
  • Loading branch information
3 people committed Mar 21, 2022
1 parent 7146499 commit 5389436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-with-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: setup git
run: |
git config --global user.name github-actions
Expand All @@ -49,6 +50,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: setup git
run: |
git config --global user.name github-actions
Expand Down

0 comments on commit 5389436

Please sign in to comment.