mirror of
https://github.com/bootandy/dust.git
synced 2025-12-05 20:40:11 -08:00
add wget install
This commit is contained in:
3
.github/workflows/CICD.yml
vendored
3
.github/workflows/CICD.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user