Skip to content

Commit 1a9ec9a

Browse files
committed
fix CI
1 parent d938eac commit 1a9ec9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
java-version: "21"
4242
distribution: 'temurin'
4343

44+
- uses: sbt/setup-sbt@v1
45+
4446
- name: restore cache
4547
uses: ./.github/actions/scala_restore_cache
4648
with:

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
sbt-protoc
22
==========
3-
[![CI](https://github.com/thesamet/sbt-protoc/workflows/CI/badge.svg)](https://github.com/thesamet/sbt-protoc/actions?query=workflow%3ACI)
4-
53
This plugin uses protoc to generate code from proto files. This SBT plugin is
64
meant to supersede
75
[sbt-protobuf](https://github.com/sbt/sbt-protobuf/) and

0 commit comments

Comments
 (0)