diff --git a/.github/workflows/contextive-runtime-build.yml b/.github/workflows/contextive-runtime-build.yml index 44b426f1..7bbb12f4 100644 --- a/.github/workflows/contextive-runtime-build.yml +++ b/.github/workflows/contextive-runtime-build.yml @@ -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