Skip to content

Commit d2eb516

Browse files
authored
Merge pull request #454 from bjaglin/ubuntu-sbt
ubuntu-latest now points to 24.04 which does not include sbt
2 parents b7013f5 + 94797d4 commit d2eb516

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: coursier/setup-action@v1
1414
with:
1515
jvm: temurin:8
16+
- uses: sbt/setup-sbt@v1
1617
- run: rm -rf src/sbt-test/skip-sbt1.4
1718
- run: sbt test scripted
1819
jdk11:
@@ -23,6 +24,7 @@ jobs:
2324
- uses: coursier/setup-action@v1
2425
with:
2526
jvm: temurin:11
27+
- uses: sbt/setup-sbt@v1
2628
- run: rm -rf src/sbt-test/skip-sbt1.4
2729
- run: sbt test scripted
2830
jdk17:
@@ -33,6 +35,7 @@ jobs:
3335
- uses: coursier/setup-action@v1
3436
with:
3537
jvm: temurin:17
38+
- uses: sbt/setup-sbt@v1
3639
- run: rm -rf src/sbt-test/skip-java17+
3740
- run: rm -rf src/sbt-test/skip-sbt1.4
3841
- run: sbt test scripted
@@ -45,6 +48,7 @@ jobs:
4548
- uses: coursier/setup-action@v1
4649
with:
4750
jvm: temurin:21
51+
- uses: sbt/setup-sbt@v1
4852
- run: rm -rf src/sbt-test/skip-java17+
4953
- run: sbt test scripted
5054
windows:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: coursier/setup-action@v1
12+
- uses: sbt/setup-sbt@v1
1213
- uses: olafurpg/setup-gpg@v3
1314
- run: git fetch --unshallow
1415
- name: Publish ${{ github.ref }}

0 commit comments

Comments
 (0)