From 79bfc80fed015ada977fcbd1576d0d950730690d Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 19 Jan 2023 09:07:33 +0100 Subject: [PATCH] Revert "GitHub CI Win: curl ca-cert path error workaround" no longer needed - this has already been fixed in MSYS upstream This reverts commit 07f5031c708fcb15efdf3a3b54a5f85643ede33e. --- .github/scripts/Windows/prepare_msys.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index 2a0d5e2d4..9ddd8b380 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -57,10 +57,6 @@ $PACMAN_INSTALL p7zip $PACMAN_INSTALL libtool # PCP pacman -Scc --noconfirm -# TOREMOVE curl error workaround - remowe when not needed -mkdir -p /clang64/ssl/certs -cp /clang64/etc/ssl/certs/ca-bundle.crt /clang64/ssl/certs - # Build AJA wrapper if we have SDK install_aja() {( git clone --depth 1 https://github.com/aja-video/ntv2 AJA