From e0eaeccc0bfe0027292cce52aa06abf8b31a16bf Mon Sep 17 00:00:00 2001 From: n4n5 Date: Mon, 30 Dec 2024 10:24:37 +0100 Subject: [PATCH] add wget install --- .github/workflows/CICD.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index daf6ea1e..043f6222 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -45,6 +45,9 @@ jobs: override: true profile: minimal # minimal component installation (ie, no documentation) components: rustfmt, clippy + - name: Install wget for Windows + if: matrix.job.os == 'windows-latest' + run: choco install wget --no-progress - name: typos-action uses: crate-ci/typos@v1.28.4 - name: "`fmt` testing"