Skip to content

Commit

Permalink
setup java
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 12, 2024
1 parent cf234d4 commit 168799e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- name: npm clean install
run: npm ci

- uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
architecture: x64
cache: gradle

- name: checkout language server
run: |
git clone -b ${{ github.event.inputs.version }} https://github.com/nextflow-io/language-server
Expand Down

0 comments on commit 168799e

Please sign in to comment.