Skip to content

Commit

Permalink
Setup java in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Aug 20, 2024
1 parent e043e32 commit f399071
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish_to_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: "temurin"
cache: 'gradle'

- name: Setup Fastlane
run: |
sudo apt install ruby ruby-dev
Expand Down

0 comments on commit f399071

Please sign in to comment.