Skip to content

Commit

Permalink
chore: cleaned up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Dec 26, 2023
1 parent c27530a commit 4ea0be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install
run: go install .

- name: Install Protoc
- name: Setup protoc
uses: arduino/setup-protoc@v2
with:
version: 25.1
Expand All @@ -39,7 +39,8 @@ jobs:
repository: ngyewch/protoc-gen-twirp-java-example
path: ./protoc-gen-twirp-java-example

- uses: actions/setup-java@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 4ea0be0

Please sign in to comment.