Skip to content

Commit

Permalink
Add setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 20, 2024
1 parent 4047d31 commit 2cba883
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: actions/setup-sbt@v1
- uses: actions/setup-node@v4
with:
node-version: '12.x'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
java-version: 8
distribution: temurin

- uses: actions/setup-sbt@v1

- name: Mount caches
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkShell {
nodejs
yarn
clang
graalvm11-ce
graalvm-ce

# keep this line if you use bash
bashInteractive
Expand Down

0 comments on commit 2cba883

Please sign in to comment.