File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v3
17
17
with :
18
18
node-version : 16
19
- - uses : olafurpg /setup-scala@v10
19
+ - uses : actions /setup-java@v4
20
20
with :
21
- java-version : " adopt@1.8"
21
+ distribution : temurin
22
+ java-version : 8
23
+ - uses : sbt/setup-sbt@v1
22
24
- uses : coursier/cache-action@v5
23
25
- name : Install Scala Native dependencies
24
26
run : sudo apt-get install libgc-dev libunwind8-dev
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
with :
12
12
fetch-depth : 0
13
- - uses : olafurpg /setup-scala@v14
13
+ - uses : actions /setup-java@v4
14
14
with :
15
- java-version : " adopt@1.8"
15
+ distribution : temurin
16
+ java-version : 8
17
+ - uses : sbt/setup-sbt@v1
16
18
- run : sbt ci-release
17
19
env :
18
20
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments