summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-01-12 15:29:50 +0100
committerAlbin <albin@mullvad.net>2022-01-12 15:29:50 +0100
commit3cd3aa5b8a668a6e52f832cd69d7fe31264431b6 (patch)
tree03c112ecec43c3c9399af6679704e92c60423169
parentb75b2c8f52c32d95b73584f2dd1fcee6dfc20795 (diff)
parent835b1055f2ff031c5ad1f408ff792d9f26011100 (diff)
downloadmullvadvpn-3cd3aa5b8a668a6e52f832cd69d7fe31264431b6.tar.xz
mullvadvpn-3cd3aa5b8a668a6e52f832cd69d7fe31264431b6.zip
Merge branch 'add-android-app-module-build-cache'
-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 }}