Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Oct 12, 2022
1 parent a4b1932 commit c933fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- uses: actions/checkout@v3

# Setup Java environment in order to build the Android app.
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "12.x"


Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- uses: actions/checkout@v3

# Setup Java environment in order to build the Android app.
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "12.x"


Expand Down

0 comments on commit c933fae

Please sign in to comment.