Skip to content

Commit 2cba883

Browse files
committed
Add setup-sbt
1 parent 4047d31 commit 2cba883

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
java-version: 8
2626
distribution: temurin
27+
- uses: actions/setup-sbt@v1
2728
- uses: actions/setup-node@v4
2829
with:
2930
node-version: '12.x'

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
java-version: 8
2828
distribution: temurin
2929

30+
- uses: actions/setup-sbt@v1
31+
3032
- name: Mount caches
3133
uses: actions/cache@v4
3234
with:

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkShell {
1212
nodejs
1313
yarn
1414
clang
15-
graalvm11-ce
15+
graalvm-ce
1616

1717
# keep this line if you use bash
1818
bashInteractive

0 commit comments

Comments
 (0)