Skip to content

Commit

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

- name: Cache packages
Expand All @@ -48,6 +49,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Install dotnet
Expand All @@ -73,6 +75,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Install dotnet
Expand All @@ -98,6 +101,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Install dotnet
Expand Down

0 comments on commit d04947a

Please sign in to comment.