Skip to content

Commit

Permalink
Use treeless Git clones on GHA builds
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Sep 26, 2023
1 parent b363b00 commit bc1d0b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
submodules: recursive
fetch-depth: 0
filter: tree:0
# -------------------------
# Java Environment Setup
# -------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
submodules: recursive
fetch-depth: 0
filter: tree:0
# -------------------------
# Java
# -------------------------
Expand Down

0 comments on commit bc1d0b6

Please sign in to comment.