Browse Source

Change cache version in Android CI script

pull/6523/head
staphen 3 years ago committed by Anders Jenbo
parent
commit
0e00f21676
  1. 4
      .github/workflows/Android.yml

4
.github/workflows/Android.yml

@ -38,8 +38,8 @@ jobs:
uses: actions/cache@v3
with:
path: android-project/app/.cxx
key: ${{ github.workflow }}-v2-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v2-
key: ${{ github.workflow }}-v3-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v3-
- name: Build
working-directory: ${{github.workspace}}

Loading…
Cancel
Save