Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Dec 11, 2023
1 parent f39628a commit 790ae50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ jobs:
java-version: ${{ matrix.java }}

- name: Install protoc (protobuf)
working-directory: /tmp
run: |
sudo apt update
sudo apt install -y protobuf-compiler
wget https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip
unzip protoc-25.1-linux-x86_64.zip
sudo cp bin/protoc /usr/bin
sudo chmod +x /usr/bin/protoc
protoc --version
- name: Build rust part
Expand Down

0 comments on commit 790ae50

Please sign in to comment.