Skip to content

Commit

Permalink
Auto merge of #126343 - ChrisDenton:remove-utils, r=<try>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jun 13, 2024
2 parents f6b4b71 + 48d3425 commit 818e18d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ jobs:
path-type: inherit
install: >
make
dos2unix
diffutils
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down

0 comments on commit 818e18d

Please sign in to comment.