From: Viktor Szakats Date: Sun, 16 Mar 2025 22:14:31 +0000 (+0100) Subject: GHA/windows: drop redundant manual changes to MSYS2 config X-Git-Tag: curl-8_13_0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e00632359016f66e925b51611e4db4e009744b;p=thirdparty%2Fcurl.git 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 --- 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