Skip to content

Commit

Permalink
install java first
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored Dec 9, 2024
1 parent 98df65e commit a9a8e7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
# with:
# python-version: "3.10"

- name: Set up java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "21"

- uses: nf-core/setup-nextflow@v2

- uses: viash-io/viash-actions/setup@v5
Expand Down

0 comments on commit a9a8e7f

Please sign in to comment.