-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
A-gh-actionC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing
Description
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
Labels
A-gh-actionC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing