We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130c05e commit 3151fa0Copy full SHA for 3151fa0
.github/workflows/android.yml
@@ -33,7 +33,7 @@ env:
33
OPUS_VERSION: '1.5.2'
34
FLAC_VERSION: '1.4.3'
35
PCRE_VERSION: '8.45'
36
-
+
37
# Set Android target API level
38
ANDROID_API: '24'
39
@@ -140,7 +140,7 @@ jobs:
140
if: github.event_name != 'schedule'
141
uses: actions/cache@v4
142
with:
143
- key: ${{ matrix.arch }}-${{ env.ANDROID_API }}-android-deps-v1
+ key: ${{ matrix.arch }}-${{ env.ANDROID_API }}-android-deps-${{ env.GLIB_VERSION }}-${{ env.OBOE_VERSION }}-${{ env.SNDFILE_VERSION }}-v1
144
path: ${{ github.workspace }}/android-build-root/opt/android
145
146
- name: Install build tools
0 commit comments