Skip to content

Commit

Permalink
Disable choco progress
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Sep 3, 2024
1 parent 2f86175 commit 34593ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
startup_windows:
runs-on: windows-latest
steps:
- name: Disable choco progress
run: choco feature disable -n=showDownloadProgress
- name: Install emacs
run: choco --no-progress install emacs
run: choco install emacs
- name: Check emacs version
run: emacs --version
- uses: actions/checkout@v4
Expand Down

0 comments on commit 34593ac

Please sign in to comment.