File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 44 push :
55 workflow_dispatch :
66
7- env :
8- LIBERICA_URL : https://download.bell-sw.com/java/17.0.3+7/bellsoft-jdk17.0.3+7-linux-amd64-full.tar.gz
9-
107jobs :
118 build-and-test :
129 runs-on : ubuntu-latest
1310 steps :
14- - uses : actions/checkout@v2
15- - uses : olafurpg/setup-scala@v10
11+ - uses : actions/setup-java@v5
1612 with :
17- java-version : liberica@17=tgz+${{ env.LIBERICA_URL }}
18- - run : sbt -v update compile
19- - run : sbt -v test
13+ distribution : zulu
14+ java-version : 21.0.2
15+ java-package : jdk+fx
16+ cache : sbt
17+
18+ - uses : sbt/setup-sbt@v1
19+
20+ - name : Build and Test
21+ run : |
22+ sbt -v update compile
23+ sbt -v test
Original file line number Diff line number Diff line change 1- sbt.version =1.7.2
1+ sbt.version =1.10.1
You can’t perform that action at this time.
0 commit comments