From a4e00632359016f66e925b51611e4db4e009744b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 16 Mar 2025 23:14:31 +0100 Subject: [PATCH] GHA/windows: drop redundant manual changes to MSYS2 config It's done automatically by the `msys2/setup-msys2` action. Suggested-by: Jeremy Drake Ref: https://github.com/curl/curl/pull/16672#discussion_r1997699803 Closes #16739 --- .github/workflows/windows.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 86a3539132..723d83df1b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -328,7 +328,6 @@ jobs: if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 5 run: | - /usr/bin/sed -i 's/^CheckSpace/#CheckSpace/' /etc/pacman.conf /usr/bin/pacman --noconfirm --noprogressbar --sync --needed openssh /c/ProgramData/chocolatey/choco.exe install --yes --no-progress --limit-output --timeout 180 --force stunnel || true @@ -498,7 +497,6 @@ jobs: if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 5 run: | - /usr/bin/sed -i 's/^CheckSpace/#CheckSpace/' /etc/pacman.conf /c/ProgramData/chocolatey/choco.exe install --yes --no-progress --limit-output --timeout 180 --force stunnel || true python3 -m pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary impacket @@ -909,7 +907,6 @@ jobs: if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 5 run: | - /usr/bin/sed -i 's/^CheckSpace/#CheckSpace/' /etc/pacman.conf if [ '${{ matrix.openssh }}' = '' ]; then # MSYS2 openssh /usr/bin/pacman --noconfirm --noprogressbar --sync --needed openssh else # OpenSSH-Windows -- 2.47.3