Skip to content

Commit

Permalink
disable jdk9 check too
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Jun 4, 2024
1 parent ca45919 commit ae09956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ jobs:
"++ ${{ matrix.scalaVersion }} ;publishLocal;publishM2"
- name: Install scala-cli
if: ${{ matrix.javaVersion == 11 }}
if: ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x'}}
run: |-
curl -sS "https://virtuslab.github.io/scala-cli-packages/KEY.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/scala-cli.gpg 2>/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/scala_cli_packages.list "https://virtuslab.github.io/scala-cli-packages/debian/scala_cli_packages.list"
sudo apt update
sudo apt install scala-cli
- name: Use Scala-CLI to verify jdk 9 classes
if: ${{ matrix.javaVersion == 11 }}
if: ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x'}}
run: |-
chmod +x .github/workflows/verify-jdk9-classes.sh
.github/workflows/verify-jdk9-classes.sh

0 comments on commit ae09956

Please sign in to comment.