Bypass meson Popen_safe_legacy() error

This commit is contained in:
Yossi Zap 2022-02-09 16:04:04 +02:00 committed by Anton Kochkov
parent a4bc803eea
commit c95a5d59a5

View File

@ -70,6 +70,7 @@ jobs:
brew install pkg-config
- name: py dependencies
run: |
python3 -m pip install -U pip==21.3.1
pip install meson
- name: Prepare package id
shell: bash