Skip to content

GH action not working for windows because of wget #1191

Open
@Its-Just-Nans

Description

@Its-Just-Nans

This actions assumes that wget is already installed which is not true for windows-latest

This produces the error

D:\a\_actions\crate-ci\typos\v1.28.4/action/entrypoint.sh: line 43: wget: command not found

The action requires

    - name: Install wget for Windows
      if: matrix.os == 'windows-latest'
      run: choco install wget --no-progress

Little bit related to #1095

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-gh-actionC-enhancementCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions