mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: install pyjson5 from pip instead of MacPorts
The MacPorts package is currently broken.
This commit is contained in:
parent
2a5f0eec03
commit
58db10aaf6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_macos.yml
vendored
3
.github/workflows/build_macos.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue