Skip to content

Commit

Permalink
fixed flow to use java distribution - issue in structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Feb 15, 2024
1 parent 9c1c2a3 commit c79bcbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync_sdk_with_new_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
java-version: [11.0.21]
java-distribution: temurin
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -21,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.java-distribution }}
distribution: temurin
cache: maven
- name: Checkout Go Code
uses: actions/checkout@v2
Expand Down

0 comments on commit c79bcbf

Please sign in to comment.