mirror of
https://github.com/inventree/inventree-app.git
synced 2026-01-23 03:09:47 +00:00
[CI] Build Fixes (#734)
* precache for ios build * build android on push too * try without cache
This commit is contained in:
5
.github/workflows/android.yaml
vendored
5
.github/workflows/android.yaml
vendored
@@ -3,6 +3,9 @@
|
||||
name: Android
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@@ -30,7 +33,7 @@ jobs:
|
||||
with:
|
||||
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
|
||||
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
|
||||
cache: true
|
||||
cache: false
|
||||
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
|
||||
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
|
||||
pub-cache-key: "flutter-pub:os:-:channel:-:version:-:arch:-:hash:"
|
||||
|
||||
Reference in New Issue
Block a user