mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[github] Fix CI build flavors
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
025181c250
commit
dfae56d578
4
.github/workflows/android-check.yaml
vendored
4
.github/workflows/android-check.yaml
vendored
@@ -32,14 +32,14 @@ jobs:
|
||||
run: ./gradlew -Pandroidauto=true lint
|
||||
|
||||
android-check:
|
||||
name: Build Android Debug
|
||||
name: Build Android apps
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
flavor: [WebBeta, FdroidDebug]
|
||||
include:
|
||||
- flavor: WebDebug
|
||||
- flavor: WebBeta
|
||||
arch: arm64
|
||||
- flavor: FdroidDebug
|
||||
arch: arm32
|
||||
|
||||
Reference in New Issue
Block a user