Skip to content

Commit

Permalink
fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Feb 21, 2024
1 parent cd0d3a3 commit bf2fac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 8
cache: gradle

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 8512546

- name: Build with Gradle
run: ./gradlew --no-daemon build
Expand Down

0 comments on commit bf2fac3

Please sign in to comment.