feat(dependencies): add bleak package requirement in Android workflows and ensure LXST patch script runs during installation

This commit is contained in:
Ivan
2026-04-29 18:27:20 -05:00
parent e6144cfd14
commit bfa61d3861
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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