We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f283 commit 534e4c2Copy full SHA for 534e4c2
.github/workflows/release.yml
@@ -41,6 +41,8 @@ jobs:
41
42
- name: Cache Gradle
43
uses: burrunan/gradle-cache-action@v1
44
+ with:
45
+ home-directory: ${{ github.workspace }}/android
46
47
- name: Install dependencies
48
run: npm ci
0 commit comments