Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soojin-Lee-01 authored Aug 15, 2024
1 parent 038064d commit a30561a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: set up JDK 17
- name: set up JDK 18
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '18'
distribution: 'temurin'
cache: gradle

Expand All @@ -26,4 +25,4 @@ jobs:
run: ./gradlew build --stacktrace
# run: ./gradlew build
- name: hello world
run: echo "Hello Wordld!!"
run: echo "Hello World!!"

0 comments on commit a30561a

Please sign in to comment.