Skip to content

Commit

Permalink
Explicitly set jvm version for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 9, 2024
1 parent 8363ca7 commit 421ef26
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/contextive-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,16 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Language Server Artifact
uses: actions/download-artifact@v3
- uses: actions/setup-java@v4
with:
name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }}
path: src/
# distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'

# - name: Language Server Artifact
# uses: actions/download-artifact@v3
# with:
# name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }}
# path: src/

- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 421ef26

Please sign in to comment.