diff --git a/.github/workflows/binary-compatibility-checks.yml b/.github/workflows/binary-compatibility-checks.yml index d8c6ebae1b..a8fa4e05cf 100644 --- a/.github/workflows/binary-compatibility-checks.yml +++ b/.github/workflows/binary-compatibility-checks.yml @@ -39,7 +39,7 @@ jobs: run: sbt +compile - name: Verify JDK9 settings apply - run: sbt actor-typed/jdk9Check + run: sbt jdk9Check - name: Report MiMa Binary Issues run: |- diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index df5834d4b5..75967f4f5f 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -134,7 +134,7 @@ jobs: run: cp .jvmopts-ci .jvmopts - name: Verify JDK9 settings apply - run: sbt actor-typed/jdk9Check + run: sbt jdk9Check - name: Compile and Test # note that this is not running any multi-jvm tests because multi-in-test=false