Skip to content

Commit

Permalink
Try disabling shallow clone again
Browse files Browse the repository at this point in the history
fetch-depth defaults to 1 when unset, so we explicitly set it to 0, to
fetch the whole repo.
  • Loading branch information
wolfgangwalther committed May 6, 2024
1 parent 74e1a96 commit bf1d89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# https://github.com/actions/checkout/issues/947
# TODO: This possibly breaks reporting of the correct commit hash to the build farm server
# fetch-depth: 100
fetch-depth: 0
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: build
Expand Down

0 comments on commit bf1d89e

Please sign in to comment.