Skip to content

Commit

Permalink
Chore: bump setup-java action & Remove setup-android action (#1188)
Browse files Browse the repository at this point in the history
* Bump setup-java action to v2

* Remove setup-android action

* Remove ignore rules under github folder
  • Loading branch information
Goooler authored and Kr328 committed Sep 13, 2021
1 parent f21cf86 commit 1ea3a5b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-unsigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
Expand All @@ -13,7 +12,6 @@ on:
- 'NOTICE'
pull_request:
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
Expand All @@ -29,14 +27,13 @@ jobs:
with:
submodules: recursive
- name: Setup Java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Build
run: ./gradlew --no-daemon app:assembleFossRelease

0 comments on commit 1ea3a5b

Please sign in to comment.