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 f762b93e65
commit 1b271a0ae8

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