diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index 9ddd8b380..2a0d5e2d4 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -57,6 +57,10 @@ $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