Skip to content

Commit

Permalink
update install java step
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Sep 27, 2024
1 parent 1b8a5f5 commit 38d3523
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,12 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin' # You can also use 'zulu', 'adopt', etc.
check-latest: false
server-id: github
server-username: GITHUB_ACTOR
server-password: ${{ secrets.GITHUB_TOKEN }}
overwrite-settings: true

- name: Setup
run: .github/setup.sh
Expand Down

0 comments on commit 38d3523

Please sign in to comment.