Revert "GitHub CI Win: curl ca-cert path error workaround"

no longer needed - this has already been fixed in MSYS upstream

This reverts commit 07f5031c70.
This commit is contained in:
Martin Pulec
2023-01-19 09:07:33 +01:00
parent 25987ebc9f
commit 79bfc80fed

View File

@@ -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