mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 05:20:48 +02:00
3dd04c818c
With the cache save restricted to master, a cold-cache PR or release run can no longer restore in the test job what the build job just built (the per-PR cache scope is gone), so mbedtls/nss were compiled twice. Upload the build as an artifact on a cache miss and download it in the test job instead of recompiling, matching the handoff hostap-vm already uses. master still restores from the shared cache, so it never uses the artifact.