Skip to content

Commit 44d3591

Browse files
authored
Add missing fetch-depth: 0 on macos_rebuild_updated_recipes (#2579)
1 parent 0e87b99 commit 44d3591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ jobs:
215215
steps:
216216
- name: Checkout python-for-android
217217
uses: actions/checkout@v2
218+
with:
219+
fetch-depth: 0
218220
- name: Install dependencies
219221
run: |
220222
source ci/osx_ci.sh

0 commit comments

Comments
 (0)