Skip to content

Commit

Permalink
Unshallow Github Actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Aug 31, 2022
1 parent 833fabf commit cdccbbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Fetch
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow --tags --force
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cdccbbf

Please sign in to comment.