Skip to content

Commit

Permalink
Try to unshallow dfhack
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed May 26, 2024
1 parent 55a3cb5 commit c266d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
ref: ${{ github.ref }}
submodules: recursive

- name: Fetch DFHack repo history
run: git fetch --unshallow
working-directory: dfhack

- name: Checkout DFHack ref
id: checkout-ref
run: |
Expand Down

0 comments on commit c266d66

Please sign in to comment.