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 18f0d80 commit 97a16f9Copy full SHA for 97a16f9
.github/workflows/build-android.yml
@@ -30,12 +30,12 @@ jobs:
30
steps:
31
- uses: actions/checkout@v3
32
- name: Cache projectGenerator folder
33
- uses: actions/cache@v2
+ uses: actions/cache@v3
34
with:
35
path: '~/projectGenerator'
36
key: ${{ runner.os }}-pg-${{matrix.cfg.gradle_target}}
37
- name: Cache NDK
38
39
40
path: '~/android-ndk-r15c'
41
key: ${{ runner.os }}-android-ndk-${{matrix.cfg.gradle_target}}
0 commit comments