mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-22 04:48:18 +00:00
ci: Remove Act's setup-java step
This commit is contained in:
parent
b25949348e
commit
5110634674
1 changed files with 0 additions and 5 deletions
5
.github/workflows/example.yml
vendored
5
.github/workflows/example.yml
vendored
|
@ -40,11 +40,6 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run package
|
||||
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
|
||||
if: ${{ env.ACT }}
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: zulu
|
||||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.nextflow_version }}
|
||||
|
|
Loading…
Reference in a new issue