Rollup merge of #126343 - ChrisDenton:remove-utils, r=Kobzol

Remove some msys2 utils

`dos2unix` should no longer be necessary. I suspect `diffutils` might not be needed either as (I think) only `diff` is used and that seems to be shipped with git bash at least.

try-job: x86_64-msvc
try-job: x86_64-msvc-ext
try-job: dist-x86_64-msvc
This commit is contained in:
Matthias Krüger 2024-06-14 08:35:49 +02:00 committed by GitHub
commit f8eae4da3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,8 +95,6 @@ jobs:
path-type: inherit
install: >
make
dos2unix
diffutils
- name: disable git crlf conversion
run: git config --global core.autocrlf false