diff --git a/.github/workflows/update_apps.yml b/.github/workflows/update_apps.yml index 126dbb0765..488f1131ac 100644 --- a/.github/workflows/update_apps.yml +++ b/.github/workflows/update_apps.yml @@ -266,9 +266,11 @@ jobs: # skip checking DDNet (due to Rust) if on arm32 under QEMU: https://github.com/rust-lang/cargo/issues/8719 # skip checking Microsoft PowerShell due to QEMU instability with .NET: https://github.com/Botspot/pi-apps/pull/2252#issuecomment-1403043945 # skip WPS Office on 32bit as it requires "64bit" kernel to be detected. QEMU reports an armv7 kernel. WPS Office is still tested on arm64 (which will verify if the deb works and installs correctly) + # skip Boxy SVG on 32bit due to QEMU instability skiplist="DDNet Microsoft PowerShell - WPS Office" + WPS Office + Boxy SVG" else # skip checking Microsoft PowerShell due to QEMU instability with .NET: https://github.com/Botspot/pi-apps/pull/2252#issuecomment-1403043945 skiplist="Microsoft PowerShell"