Skip to content

Commit

Permalink
fix:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
furoxr committed Mar 6, 2023
1 parent 93b6c47 commit 44d5733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
apt install --no-install-recommends -y \
git curl ca-certificates \
make gcc g++ clang-10 \
libssl-dev pkg-config zip unzip \
libssl-dev pkg-config zip unzip wget \
- name: Add protobuf-compiler
run: |
curl -O https://github.com/protocolbuffers/protobuf/releases/download/v22.0/protoc-22.0-linux-x86_64.zip
wget https://github.com/protocolbuffers/protobuf/releases/download/v22.0/protoc-22.0-linux-x86_64.zip
unzip -o protoc-22.0-linux-x86_64.zip -d /usr/local bin/protoc
unzip -o protoc-22.0-linux-x86_64.zip -d /usr/local 'include/*'
protoc --version
Expand Down

0 comments on commit 44d5733

Please sign in to comment.