Skip to content

Update documentation with information about GGB6 support #14

Update documentation with information about GGB6 support

Update documentation with information about GGB6 support #14

Workflow file for this run

name: build-check
on:
push:
workflow_dispatch:
env:
LIBERICA_URL: https://download.bell-sw.com/java/17.0.3+7/bellsoft-jdk17.0.3+7-linux-amd64-full.tar.gz
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
with:
java-version: liberica@17=tgz+${{ env.LIBERICA_URL }}
- run: sbt -v update compile