Skip to content

Commit 4e992df

Browse files
scala-stewardddworak
authored andcommitted
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 1371072 commit 4e992df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
java-version: 21
5050
cache: sbt
5151

52+
- name: Setup sbt
53+
uses: sbt/setup-sbt@v1
54+
5255
- name: Cache Redis
5356
uses: actions/cache@v2
5457
with:
@@ -107,6 +110,9 @@ jobs:
107110
java-version: 21
108111
cache: sbt
109112

113+
- name: Setup sbt
114+
uses: sbt/setup-sbt@v1
115+
110116
- env:
111117
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
112118
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)