File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6161 distribution: temurin
6262 java-version: ${{ inputs.java-version }}
6363 cache : sbt
64+ - uses: sbt/setup-sbt@v1
6465 - name: Build and pack the SDK (universal)
6566 run : ./project/scripts/sbt dist/Universal/stage
6667 - name: Build and pack the SDK (linux x86-64)
Original file line number Diff line number Diff line change 3636 distribution: 'temurin'
3737 java-version: 17
3838 cache: 'sbt'
39+ - uses: sbt/setup-sbt@v1
3940
4041 - name: Generate reference documentation and test links
4142 run: |
Original file line number Diff line number Diff line change 2020 java-version: '17'
2121 distribution: 'temurin'
2222 cache: 'sbt'
23+ - uses: sbt/setup-sbt@v1
2324 - name: Build and test launcher command
2425 run: ./project/scripts/native-integration/bashTests
2526 env:
3738 java-version: '17'
3839 distribution: 'temurin'
3940 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
4342 - name: Build and test launcher command
4443 run: ./project/scripts/native-integration/bashTests
4544 env:
5857 java-version: '17'
5958 distribution: 'temurin'
6059 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
6461 - name: Build and test launcher command
6562 run: ./project/scripts/native-integration/bashTests
6663 env:
7976 java-version: '17'
8077 distribution: 'temurin'
8178 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
8580 - name: Build and test launcher command
8681 run: ./project/scripts/native-integration/bashTests
8782 env:
10095 java-version: '17'
10196 distribution: 'temurin'
10297 cache: 'sbt'
98+ - uses: sbt/setup-sbt@v1
10399 - name: Build the launcher command
104100 run: sbt "dist-win-x86_64/Universal/stage"
105101 - name: Run the launcher command tests
Original file line number Diff line number Diff line change 3737 java-version: 17
3838 cache: 'sbt'
3939
40+ - uses: sbt/setup-sbt@v1
4041 - name: Compile and test scala3doc-js
4142 run: ./project/scripts/sbt scaladoc-js-main/test
4243
Original file line number Diff line number Diff line change 2222 steps:
2323 - name: Git Checkout
2424 uses: actions/checkout@v4
25+ - uses: sbt/setup-sbt@v1
2526 - name: Test with Scala 2 library with CC TASTy
2627 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