Skip to content

Commit 8efec4b

Browse files
remove googletest-installer github action
Fixes #763
1 parent dc8578c commit 8efec4b

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +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-
96-
- name: Install Protoc
97-
uses: arduino/setup-protoc@v1
98-
with:
99-
version: "3.20.2"
100-
repo-token: ${{ secrets.GITHUB_TOKEN }}
101-
10292
- name: Build Python package
10393
run: maturin build --release --strip --features substrait
10494

.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)