Skip to content

Commit

Permalink
ruby setting (#105)
Browse files Browse the repository at this point in the history
* ruby 세팅 수정 (#93)

* ruby 세팅 수정 (#95)

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update Gemfile.lock

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml
  • Loading branch information
likppi10 committed Aug 26, 2023
1 parent 8ae0664 commit fa93b14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:
- uses: actions/checkout@v2

# JDK 설정
- name: set up JDK 11
uses: actions/setup-java@v2
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
check-latest: true
distribution: zulu
java-version: 17

- name: Decode Keystore
id: decode_keystore
Expand Down

0 comments on commit fa93b14

Please sign in to comment.