Skip to content

Commit

Permalink
Update Android_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 29, 2024
1 parent 51acdf3 commit 00207ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Android_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/src/pandroid/app/src/main/jniLibs/x86_64/libAlber.so
~/src/pandroid/app/src/main/jniLibs/x86_64
key: ${{ runner.os }}-pandroid-x86_64-${{ github.sha }}
restore-keys: |
${{ runner.os }}-pandroid-x86_64-
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v4
- name: Fetch submodules
run: |
if [[ "${{ env.CODE_CHANGED }}" != "true" ]] || [ ! -f "./src/pandroid/app/src/main/jniLibs/arm64-v8a/libAlber.so" ]; then
if [[ "$CODE_CHANGED" == "true" ]] || [ ! -f "./src/pandroid/app/src/main/jniLibs/arm64-v8a/libAlber.so" ]; then
git submodule update --init --recursive
fi
Expand All @@ -119,7 +119,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
~/src/pandroid/app/src/main/jniLibs/arm64-v8a/libAlber.so
~/src/pandroid/app/src/main/jniLibs/arm64-v8a
key: ${{ runner.os }}-pandroid-arm64-${{ github.sha }}
restore-keys: |
${{ runner.os }}-pandroid-arm64-
Expand Down

0 comments on commit 00207ae

Please sign in to comment.