We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba1de6 commit 8275f78Copy full SHA for 8275f78
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt-get install libidn2-dev libcurl3-dev
51
echo "STTP_NATIVE=1" >> $GITHUB_ENV
52
- name: Install scala-cli
53
- if: matrix.target-platform == 'JVM' && matrix.java == '21' && matrix.scala-version == '3'
+ if: matrix.target-platform == 'JVM'
54
uses: VirtusLab/scala-cli-setup@main
55
with:
56
jvm: '' # needed because scala-cli-setup otherwise forces the installation of their default JVM (17)
0 commit comments