Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c3f21f

Browse files
committed
Add sbt caching to GitHub Actions
1 parent 1c74cd6 commit 1c3f21f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/sbt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up JDK 21
15-
uses: actions/setup-java@v2
15+
uses: actions/setup-java@v4
1616
with:
1717
distribution: 'zulu'
1818
java-version: '21'
19+
cache: 'sbt'
1920
- uses: sbt/setup-sbt@v1
2021
- name: Test with SBT
2122
run: sbt test

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /