Skip to content

Commit

Permalink
Set fetch-depth to 0 for checkout@4
Browse files Browse the repository at this point in the history
Workaround for actions/checkout#1471
  • Loading branch information
kpushkaryov committed Dec 20, 2023
1 parent bd2bb29 commit 43d0428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
fetch-tags: true
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
Expand Down

0 comments on commit 43d0428

Please sign in to comment.