Skip to content

Commit

Permalink
GitHub CI don't show progress when checking out repo
Browse files Browse the repository at this point in the history
Use the new "show-progress" flag in checkout@v4 to suppress Git checkout
progress to trim down on log size.
  • Loading branch information
ychin committed Sep 4, 2023
1 parent c154baf commit ed56f8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false

- name: Set up legacy build
if: matrix.legacy
Expand Down

0 comments on commit ed56f8f

Please sign in to comment.