mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-20 16:18:18 +00:00
In #61 a regression was introduced where Nimble fails to build packages. ``` Prompt: No local packages.json found, download it from internet? -> [forced yes] Downloading Official package list Tip: 6 messages have been suppressed, use --verbose to show them. Error: Refresh failed ... Could not download: No SSL/TLS CA certificates found. Error: Process completed with exit code 1. ``` Ensure that CA cert is being downloaded once more, even when `koch` supports `skipIntegrityCheck`.