Skip to content

included another path to search into the JAVA_HOME to support openjdk… #11

included another path to search into the JAVA_HOME to support openjdk…

included another path to search into the JAVA_HOME to support openjdk… #11

Workflow file for this run

name: CI
on: push
jobs:
Test:
if: |
!contains(github.event.head_commit.message, '[skip ci]')
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
nim-channel: [stable, devel]
name: ${{ matrix.os }}-${{ matrix.nim-channel }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup nim
uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-channel }}
- name: Test
shell: bash
run: |
nim --version
nimble test