Skip to content

Commit 3151fa0

Browse files
Copilotderselbst
andcommitted
Improve cache key and fix trailing whitespace in Android workflow
Co-authored-by: derselbst <[email protected]>
1 parent 130c05e commit 3151fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
OPUS_VERSION: '1.5.2'
3434
FLAC_VERSION: '1.4.3'
3535
PCRE_VERSION: '8.45'
36-
36+
3737
# Set Android target API level
3838
ANDROID_API: '24'
3939

@@ -140,7 +140,7 @@ jobs:
140140
if: github.event_name != 'schedule'
141141
uses: actions/cache@v4
142142
with:
143-
key: ${{ matrix.arch }}-${{ env.ANDROID_API }}-android-deps-v1
143+
key: ${{ matrix.arch }}-${{ env.ANDROID_API }}-android-deps-${{ env.GLIB_VERSION }}-${{ env.OBOE_VERSION }}-${{ env.SNDFILE_VERSION }}-v1
144144
path: ${{ github.workspace }}/android-build-root/opt/android
145145

146146
- name: Install build tools

0 commit comments

Comments
 (0)