Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gldeng authored Apr 16, 2024
1 parent 577942e commit e79be9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install protoc
run: |
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
unzip protoc-3.11.4-linux-x86_64.zip -d protoc3
sudo mv protoc3/bin/* /usr/local/bin/
sudo mv protoc3/include/* /usr/local/include/
- name: Read version from version.props
run: |
version=$(grep -oP '<Version>\K[^<]+' common.props)
Expand Down

0 comments on commit e79be9d

Please sign in to comment.