Skip to content

Commit

Permalink
fix: mistake fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jan 29, 2024
1 parent 85e55aa commit 334ad26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334ad26

Please sign in to comment.