try to fix the json-validator workflow

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-11-01 10:35:04 +01:00
parent 329e2e7805
commit 315c29c81e

View file

@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-pip -y --no-install-recommends
sudo pip3 install json-spec
sudo pip3 install json-spec --break-system-packages
if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then
exit 1
fi