We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8578c commit 3c84a89Copy full SHA for 3c84a89
.github/workflows/build.yml
@@ -89,10 +89,6 @@ jobs:
89
name: python-wheel-license
90
path: .
91
92
- # To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved
93
- - name: Install gtest
94
- uses: MarkusJx/googletest-installer@v1.1
95
-
96
- name: Install Protoc
97
uses: arduino/setup-protoc@v1
98
with:
.github/workflows/test.yaml
@@ -55,10 +55,6 @@ jobs:
55
version: '3.20.2'
56
repo-token: ${{ secrets.GITHUB_TOKEN }}
57
58
59
60
61
62
- name: Setup Python
63
uses: actions/setup-python@v5
64
0 commit comments