File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
distribution : temurin
21
21
java-version : 21
22
+ - uses : sbt/setup-sbt@v1
22
23
- name : Test Formatting
23
24
run : sbt scalafmtCheckAll
24
25
test-jvm :
35
36
with :
36
37
distribution : temurin
37
38
java-version : 21
39
+ - uses : sbt/setup-sbt@v1
38
40
- name : Test
39
41
run : sbt rootJVM/test
40
42
test-native :
51
53
with :
52
54
distribution : temurin
53
55
java-version : 21
56
+ - uses : sbt/setup-sbt@v1
54
57
- name : Install scala-native dependencies
55
58
run : sudo apt-get install clang libstdc++-12-dev libgc-dev
56
59
- name : Test
Original file line number Diff line number Diff line change 15
15
distribution : temurin
16
16
java-version : 21
17
17
cache : sbt
18
+ - uses : sbt/setup-sbt@v1
18
19
- run : sbt ci-release
19
20
env :
20
21
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
Original file line number Diff line number Diff line change 36
36
with :
37
37
java-version : 21
38
38
distribution : temurin
39
+ - uses : sbt/setup-sbt@v1
39
40
- name : Build docs
40
41
run : |
41
42
sbt "rootJVM/doc"
You can’t perform that action at this time.
0 commit comments