Skip to content

Commit

Permalink
Update cmake-unbutu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLeixueR authored Dec 10, 2024
1 parent 59f9494 commit 991bedf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cmake-unbutu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,21 @@ jobs:
cd hiredis
make
sudo make install
- name: Verify Protobuf Installation22222222
run: |
protoc --version
ldconfig -p | grep protobuf
- name: Remove any existing protobuf installation
run: |
sudo apt-get remove -y protobuf-compiler
- name: Verify Protobuf Installation3333333
run: |
protoc --version
ldconfig -p | grep protobuf
# 下载并安装 Protobuf 3.13
- name: Download protobuf 3.13
run: |
Expand Down

0 comments on commit 991bedf

Please sign in to comment.