File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 61
61
distribution : temurin
62
62
java-version : ${{ inputs.java-version }}
63
63
cache : sbt
64
+ - uses : sbt/setup-sbt@v1
64
65
- name : Build and pack the SDK (universal)
65
66
run : ./project/scripts/sbt dist/Universal/stage
66
67
- name : Build and pack the SDK (linux x86-64)
Original file line number Diff line number Diff line change 36
36
distribution : ' temurin'
37
37
java-version : 17
38
38
cache : ' sbt'
39
+ - uses : sbt/setup-sbt@v1
39
40
40
41
- name : Generate reference documentation and test links
41
42
run : |
Original file line number Diff line number Diff line change 20
20
java-version : ' 17'
21
21
distribution : ' temurin'
22
22
cache : ' sbt'
23
+ - uses : sbt/setup-sbt@v1
23
24
- name : Build and test launcher command
24
25
run : ./project/scripts/native-integration/bashTests
25
26
env :
37
38
java-version : ' 17'
38
39
distribution : ' temurin'
39
40
cache : ' sbt'
40
- # https://github.com/actions/runner-images/issues/9369
41
- - name : Install sbt
42
- run : brew install sbt
41
+ - uses : sbt/setup-sbt@v1
43
42
- name : Build and test launcher command
44
43
run : ./project/scripts/native-integration/bashTests
45
44
env :
58
57
java-version : ' 17'
59
58
distribution : ' temurin'
60
59
cache : ' sbt'
61
- # https://github.com/actions/runner-images/issues/9369
62
- - name : Install sbt
63
- run : brew install sbt
60
+ - uses : sbt/setup-sbt@v1
64
61
- name : Build and test launcher command
65
62
run : ./project/scripts/native-integration/bashTests
66
63
env :
79
76
java-version : ' 17'
80
77
distribution : ' temurin'
81
78
cache : ' sbt'
82
- # https://github.com/actions/runner-images/issues/9369
83
- - name : Install sbt
84
- run : brew install sbt
79
+ - uses : sbt/setup-sbt@v1
85
80
- name : Build and test launcher command
86
81
run : ./project/scripts/native-integration/bashTests
87
82
env :
100
95
java-version : ' 17'
101
96
distribution : ' temurin'
102
97
cache : ' sbt'
98
+ - uses : sbt/setup-sbt@v1
103
99
- name : Build the launcher command
104
100
run : sbt "dist-win-x86_64/Universal/stage"
105
101
- name : Run the launcher command tests
Original file line number Diff line number Diff line change 37
37
java-version : 17
38
38
cache : ' sbt'
39
39
40
+ - uses : sbt/setup-sbt@v1
40
41
- name : Compile and test scala3doc-js
41
42
run : ./project/scripts/sbt scaladoc-js-main/test
42
43
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : Git Checkout
28
28
uses : actions/checkout@v4
29
+ - uses : sbt/setup-sbt@v1
29
30
- name : Test with Scala 2 library with CC TASTy
30
31
run : ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala3-bootstrapped/test"
You can’t perform that action at this time.
0 commit comments