mirror of
https://github.com/bitwarden/mobile
synced 2024-12-22 22:48:10 +01:00
disable android build (#3416)
This commit is contained in:
parent
a69420257d
commit
9083bb1ab8
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
name: Android
|
||||
runs-on: windows-2022
|
||||
needs: setup
|
||||
if: false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -295,6 +296,7 @@ jobs:
|
||||
f-droid:
|
||||
name: F-Droid Build
|
||||
runs-on: windows-2022
|
||||
if: false
|
||||
env:
|
||||
android_folder_path: src\App\Platforms\Android
|
||||
android_folder_path_bash: src/App/Platforms/Android
|
||||
@ -439,7 +441,6 @@ jobs:
|
||||
name: Apple iOS
|
||||
runs-on: macos-14
|
||||
needs: setup
|
||||
if: false
|
||||
env:
|
||||
ios_folder_path: src/App/Platforms/iOS
|
||||
app_output_name: App
|
||||
|
Loading…
Reference in New Issue
Block a user