pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

use cmake 3.24 for runners #296

Closed pboettch closed 7 months ago

pboettch commented 7 months ago

Well, python3-pip doesn't exist in my runners.

JacobCrabill commented 7 months ago

Try adding apt update && apt upgrade -y before the call to apt install -y python3-pip; I think the container just needs to collect the list of available packages first.