Skip to content

Commit fd6b4df

Browse files
Upgrade protobuf and remove GH Action googletest-installer (#773)
* update deps to force new protobuf-src The new version **should** remove the need for the blocked GH action. Ref: MaterializeInc/rust-protobuf-native#20 Ref: #763 * remove googletest-installer github action Fixes #763 * remove needless Clone of TimeUnit type which is Copy
1 parent f00b8ee commit fd6b4df

File tree

4 files changed

+293
-239
lines changed

4 files changed

+293
-239
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ jobs:
8989
name: python-wheel-license
9090
path: .
9191

92-
# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved
93-
- name: Install gtest
94-
uses: MarkusJx/[email protected]
95-
9692
- name: Install Protoc
9793
uses: arduino/setup-protoc@v1
9894
with:

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
version: '3.20.2'
5656
repo-token: ${{ secrets.GITHUB_TOKEN }}
5757

58-
# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved
59-
- name: Install gtest
60-
uses: MarkusJx/[email protected]
61-
6258
- name: Setup Python
6359
uses: actions/setup-python@v5
6460
with:

0 commit comments

Comments
 (0)