summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-01-11 16:51:10 +0100
committerAlbin <albin@mullvad.net>2022-01-12 14:43:58 +0100
commit835b1055f2ff031c5ad1f408ff792d9f26011100 (patch)
tree03c112ecec43c3c9399af6679704e92c60423169 /.github/workflows
parentb75b2c8f52c32d95b73584f2dd1fcee6dfc20795 (diff)
downloadmullvadvpn-835b1055f2ff031c5ad1f408ff792d9f26011100.tar.xz
mullvadvpn-835b1055f2ff031c5ad1f408ff792d9f26011100.zip
Add missing Android app module build cache
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-app.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 367225328c..170eb55863 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -68,6 +68,7 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
./android/build
+ ./android/app/build
key: gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}-${{ steps.vars.outputs.sha_short }}
restore-keys: |
gradle-${{ steps.vars.outputs.sha_short }}
@@ -127,6 +128,7 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
./android/build
+ ./android/app/build
key: gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}-${{ steps.vars.outputs.sha_short }}
restore-keys: |
gradle-${{ steps.vars.outputs.sha_short }}