add wget install

This commit is contained in:
n4n5
2024-12-30 10:24:37 +01:00
committed by andy.boot
parent 2e56a261e0
commit e0eaeccc0b

View File

@@ -45,6 +45,9 @@ jobs:
override: true override: true
profile: minimal # minimal component installation (ie, no documentation) profile: minimal # minimal component installation (ie, no documentation)
components: rustfmt, clippy components: rustfmt, clippy
- name: Install wget for Windows
if: matrix.job.os == 'windows-latest'
run: choco install wget --no-progress
- name: typos-action - name: typos-action
uses: crate-ci/typos@v1.28.4 uses: crate-ci/typos@v1.28.4
- name: "`fmt` testing" - name: "`fmt` testing"