diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 01cf0efbb..701cbde6b 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -524,8 +524,8 @@ jobs: - name: Native rust cache uses: actions/cache@v3 with: - path: android/app/src/main/jniLibs/${{ env.AVD-ARCH }} - key: native-rust-${{ env.AVD-ARCH }}-${{ env.CACHE-KEY }} + path: android/app/src/main/jniLibs/${{ env.ABI }} + key: native-rust-${{ env.ABI }}-${{ env.CACHE-KEY }} fail-on-cache-miss: true - name: Setup Java