Skip to content

Commit

Permalink
Fetch entire history during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 8, 2023
1 parent 9bb7ddc commit f22c39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ jobs:
make
- name: Check out hUGETracker
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
path: hUGETracker
submodules: true # This is intentionally not "recursive", change if needed

Expand Down

0 comments on commit f22c39d

Please sign in to comment.