Skip to content

Commit

Permalink
Fix CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Dec 19, 2023
1 parent 310d5b7 commit 9a195de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand All @@ -33,11 +33,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Execute unit tests
Expand All @@ -54,11 +54,11 @@ jobs:
target: [default]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Execute instrumentation tests
Expand Down

0 comments on commit 9a195de

Please sign in to comment.