scripts: gha: remove bundled mbedTLS on Switch

This commit is contained in:
Alibek Omarov
2026-06-07 06:25:21 +05:00
parent 92fd51ad99
commit 85e5f032d8

View File

@@ -40,6 +40,10 @@ echo "Building libsolder..."
make -C libsolder install || die
# Remove devkitPro's outdated mbedTLS as we only target 4.x+
echo "Removing devkitPro's mbedTLS port..."
dkp-pacman -R --noconfirm switch-libssh2 switch-mbedtls || true
echo "Building engine..."
./waf configure -T release --nswitch || die_configure