Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed May 16, 2024
1 parent 72780af commit 9963cc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
with:
fetch-depth: 0

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Set up signing key
if: github.ref == 'refs/heads/main'
run: |
Expand All @@ -39,6 +36,7 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
gradle-home-cache-cleanup: true

- name: Set up Android SDK
Expand Down

0 comments on commit 9963cc8

Please sign in to comment.