Skip to content

Commit 783cd91

Browse files
authored
Update cmake-unbutu.yml
1 parent 991bedf commit 783cd91

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cmake-unbutu.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,10 @@ jobs:
7373
make
7474
sudo make install
7575
76-
- name: Verify Protobuf Installation22222222
77-
run: |
78-
protoc --version
79-
ldconfig -p | grep protobuf
80-
8176
- name: Remove any existing protobuf installation
8277
run: |
8378
sudo apt-get remove -y protobuf-compiler
8479
85-
- name: Verify Protobuf Installation3333333
86-
run: |
87-
protoc --version
88-
ldconfig -p | grep protobuf
89-
9080
# 下载并安装 Protobuf 3.13
9181
- name: Download protobuf 3.13
9282
run: |

0 commit comments

Comments
 (0)