File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,15 +200,15 @@ jobs:
200200 "++ ${{ matrix.scalaVersion }} ;publishLocal;publishM2"
201201
202202 - name : Install scala-cli
203- if : ${{ matrix.javaVersion == 11 }}
203+ if : ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x' }}
204204 run : |-
205205 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
206206 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"
207207 sudo apt update
208208 sudo apt install scala-cli
209209
210210 - name : Use Scala-CLI to verify jdk 9 classes
211- if : ${{ matrix.javaVersion == 11 }}
211+ if : ${{ matrix.javaVersion == 11 && matrix.pekkoVersion != '1.0.x' }}
212212 run : |-
213213 chmod +x .github/workflows/verify-jdk9-classes.sh
214214 .github/workflows/verify-jdk9-classes.sh
You can’t perform that action at this time.
0 commit comments