Skip to content

Commit

Permalink
fix: update wget installation command for Windows in GitHub Actions w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
thewh1teagle committed Jan 28, 2025
1 parent 5b9f971 commit 01e842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# https://github.com/crate-ci/typos/issues/1191
- name: Install wget for Windows
if: matrix.platform == 'windows-latest'
run: choco install wget --no-progress
run: winget install -e --id JernejSimoncic.Wget

- name: test
run: |
Expand Down

0 comments on commit 01e842d

Please sign in to comment.