Skip to content

Commit

Permalink
Added step to install java17 required for voyager installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamsinghal committed Mar 4, 2025
1 parent 288acc3 commit 69aa1d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
# https://github.com/actions/setup-java
with:
distribution: "temurin"
java-version: "17"
check-latest: true

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 69aa1d4

Please sign in to comment.