Skip to content

Commit 2a7e177

Browse files
authored
Merge pull request #605 from adamralph/treeless-clone
switch to treeless clone
2 parents 2c95bef + 194075d commit 2a7e177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4.1.1
3232
with:
3333
fetch-depth: 0
34+
filter: tree:0
3435
- run: ./build --logger GitHubActions
3536
- if: matrix.job.name == 'ubuntu'
3637
uses: actions/upload-artifact@v4.0.0

0 commit comments

Comments
 (0)