Skip to content

Commit

Permalink
Update build-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
avkiller authored Jan 12, 2025
1 parent 93c3440 commit 0613156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: clean cache
run: |
./gradlew cleanNative
./gradlew clean
- name: Build with Gradle
run: |
./gradlew buildNative
Expand Down

0 comments on commit 0613156

Please sign in to comment.