Skip to content

Commit

Permalink
Enable checkout treeless partial clone
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Jan 7, 2024
1 parent d04947a commit ca53763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -49,8 +49,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand All @@ -75,8 +75,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand All @@ -101,8 +101,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Install dotnet
uses: actions/setup-dotnet@v4.0.0
Expand Down

0 comments on commit ca53763

Please sign in to comment.