Skip to content

Commit 42da9bd

Browse files
authored
Merge pull request #368 from ghostbuster91/simplify-ci-setup
Fix yaml syntax error
2 parents d43b8e0 + dd31072 commit 42da9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
java-version: 11
6868
- name: Cache sbt
6969
uses: coursier/cache-action@v6
70+
with:
7071
extraKey: sbt-cache-release-${{ runner.os }}
7172
- name: Compile
7273
run: sbt compile

0 commit comments

Comments
 (0)