Skip to content

Commit 8275f78

Browse files
committed
Always install scala-cli
1 parent dba1de6 commit 8275f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt-get install libidn2-dev libcurl3-dev
5151
echo "STTP_NATIVE=1" >> $GITHUB_ENV
5252
- name: Install scala-cli
53-
if: matrix.target-platform == 'JVM' && matrix.java == '21' && matrix.scala-version == '3'
53+
if: matrix.target-platform == 'JVM'
5454
uses: VirtusLab/scala-cli-setup@main
5555
with:
5656
jvm: '' # needed because scala-cli-setup otherwise forces the installation of their default JVM (17)

0 commit comments

Comments
 (0)