build: install pyjson5 from pip instead of MacPorts

The MacPorts package is currently broken.
This commit is contained in:
Eike Hein 2024-04-03 22:23:29 +02:00 committed by Marcin Kurczewski
parent 2a5f0eec03
commit 58db10aaf6
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -62,7 +62,8 @@ jobs:
sudo port select --set pip3 pip312
# Install the rest.
sudo port -N install create-dmg meson ninja pkgconfig py-json5
sudo port -N install create-dmg meson ninja pkgconfig
sudo pip3 install pyjson5
- name: "Build dependencies: Compression libraries (universal)"
run: |