diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-08-02 19:26:48 +0200 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-08-02 21:16:37 +0200 |
| commit | bcb328a4956105dc182afd0ce2e48fe263f5f20b (patch) | |
| tree | 61c9a58462af78ffe8f0551f26efc386775d614d | |
| parent | d56b480abe497c39ffdfdc4c827040569f0dd0e9 (diff) | |
bump java version in cake wallet civ0.18.3.3-RC51
| -rw-r--r-- | .github/workflows/cake_wallet.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index f4bc462..9ca355a 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -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 "CI@cakewallet.com" @@ -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)
\ No newline at end of file + [download cake_wallet #${{github.run_id}}](https://nightly.link/MrCyjaneK/monero_c/actions/runs/${{github.run_id}}) (this comment will update whenever you push) |
