diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-06-14 08:35:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 08:35:49 +0200 |
| commit | f8eae4da3f70f17012cbbb0a73541f8de3925362 (patch) | |
| tree | 9d716f9c77c00a81cd4220fda6bf7e0d55f8aebe | |
| parent | 74e82328cefb8ff7e4c4f32e319e60b7ed70ccf7 (diff) | |
| parent | 48d342536421b6806dcfe3c0c76718249dbea6bc (diff) | |
| download | rust-f8eae4da3f70f17012cbbb0a73541f8de3925362.tar.gz rust-f8eae4da3f70f17012cbbb0a73541f8de3925362.zip | |
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
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 521f8ef0f5a..4cf0e5fba53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,8 +95,6 @@ jobs: path-type: inherit install: > make - dos2unix - diffutils - name: disable git crlf conversion run: git config --global core.autocrlf false |
