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 Oct 21, 2023
1 parent 6bc9c34 commit e7228b1
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 e7228b1

Please sign in to comment.