Skip to content

Commit

Permalink
chore(CI): Remove unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky committed Dec 22, 2023
1 parent e013afc commit e5e28ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
java-version: 17
distribution: zulu

- name: Generate android.jar
run: |
./AndroidCompat/getAndroid.sh
- name: Build project
uses: gradle/gradle-build-action@v2
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
java-version: 17
distribution: zulu

- name: Generate android.jar
run: |
./AndroidCompat/getAndroid.sh
- name: Build project
uses: gradle/gradle-build-action@v2
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
java-version: 17
distribution: zulu

- name: Generate android.jar
run: |
./AndroidCompat/getAndroid.sh
- name: Build project
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit e5e28ea

Please sign in to comment.