Skip to content

Commit

Permalink
action mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustafaEid committed Jun 6, 2024
1 parent d0820a5 commit 9af2d0f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: set up JDK 22
uses: actions/setup-java@v3
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
cache: gradle

java-version: 22
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 9af2d0f

Please sign in to comment.