mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 22:28:28 +00:00
feat(dependencies): add bleak package requirement in Android workflows and ensure LXST patch script runs during installation
This commit is contained in:
@@ -178,6 +178,7 @@ jobs:
|
||||
"pycodec2-*-cp311-cp311-android_24_x86_64.whl"
|
||||
"pycodec2-*-cp311-cp311-android_24_armeabi_v7a.whl"
|
||||
"lxst-*-py3-none-any.whl"
|
||||
"bleak-*-py3-none-any.whl"
|
||||
)
|
||||
missing=0
|
||||
for pattern in "${required[@]}"; do
|
||||
|
||||
@@ -206,6 +206,7 @@ jobs:
|
||||
"pycodec2-*-cp311-cp311-android_24_x86_64.whl"
|
||||
"pycodec2-*-cp311-cp311-android_24_armeabi_v7a.whl"
|
||||
"lxst-*-py3-none-any.whl"
|
||||
"bleak-*-py3-none-any.whl"
|
||||
)
|
||||
missing=0
|
||||
for pattern in "${required[@]}"; do
|
||||
|
||||
@@ -371,6 +371,7 @@ jobs:
|
||||
"$PY_X64" -m pip install -U pip setuptools wheel
|
||||
"$PY_X64" -m pip install "cx-freeze>=7.0.0"
|
||||
"$PY_X64" -m pip install -e .
|
||||
"$PY_X64" scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
|
||||
- name: Download frontend artifact
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
|
||||
|
||||
@@ -124,6 +124,7 @@ jobs:
|
||||
"$PY_X64" -m pip install -U pip setuptools wheel
|
||||
"$PY_X64" -m pip install "cx-freeze>=7.0.0"
|
||||
"$PY_X64" -m pip install -e .
|
||||
"$PY_X64" scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
|
||||
- name: Download frontend artifact
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
|
||||
|
||||
Reference in New Issue
Block a user