Skip to content

Commit 1daf547

Browse files
authored
Fix CI (azhur#590)
1 parent e168cce commit 1daf547

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
distribution: 'temurin'
1818
java-version: 17
19+
- uses: sbt/setup-sbt@v1
1920
- name: Cache sbt
2021
uses: actions/cache@v2
2122
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: ["*"]
66
jobs:
77
publish:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

0 commit comments

Comments
 (0)