From 334ad26199410125d175d1a3a336d391cbd069e9 Mon Sep 17 00:00:00 2001 From: JC Date: Fri, 26 Jan 2024 09:49:29 -0700 Subject: [PATCH] fix: mistake fixed --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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