Skip to content

Commit

Permalink
Disable cargo build for instrumented test assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 16, 2024
1 parent 7f915f4 commit 7bc6ee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,9 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: ${{ matrix.assemble-command }}
arguments: |
${{ matrix.assemble-command }}
-x cargoBuild
gradle-version: wrapper
build-root-directory: android
execution-only-caches: false
Expand Down

0 comments on commit 7bc6ee9

Please sign in to comment.