Skip to content

Commit

Permalink
bump java version in cake wallet ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 2, 2024
1 parent f2e150b commit 032af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: "11.x"
java-version: "17.x"
- name: Configure placeholder git details
run: |
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -246,4 +246,4 @@ jobs:
with:
issue-number: ${{steps.get_issue_number.outputs.result}}
body: |
[download cake_wallet #${{github.run_id}}](https://nightly.link/MrCyjaneK/monero_c/actions/runs/${{github.run_id}}) (this comment will update whenever you push)
[download cake_wallet #${{github.run_id}}](https://nightly.link/MrCyjaneK/monero_c/actions/runs/${{github.run_id}}) (this comment will update whenever you push)

0 comments on commit 032af35

Please sign in to comment.