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:
commit
f8eae4da3f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -95,8 +95,6 @@ jobs:
|
||||
path-type: inherit
|
||||
install: >
|
||||
make
|
||||
dos2unix
|
||||
diffutils
|
||||
|
||||
- name: disable git crlf conversion
|
||||
run: git config --global core.autocrlf false
|
||||
|
Loading…
x
Reference in New Issue
Block a user