Skip to content

Commit

Permalink
add required distribution key in setup-java action (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#15198)

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored and wangdongyu.danny committed Aug 22, 2024
1 parent 49158f4 commit ddef79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build and Assemble OpenSearch from PR
run: |
./gradlew :distribution:archives:linux-tar:assemble -Dbuild.snapshot=false
Expand Down

0 comments on commit ddef79f

Please sign in to comment.