Skip to content

Commit

Permalink
Merge pull request #257 from sobelio/drop-protobuf-compiler
Browse files Browse the repository at this point in the history
ci: drop protobuf, no longer needed by qdrant
  • Loading branch information
williamhogman authored Jan 10, 2024
2 parents 2a4df67 + bc09e5e commit 7885101
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ jobs:
toolchain: ${{ matrix.rust-version }}
override: true

- name: Install Protobuf Compiler (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install Protobuf Compiler (macOS)
if: matrix.os == 'macos-13'
run: brew install protobuf
- name: Install Protobuf Compiler (Windows)
if: matrix.os == 'windows-latest'
run: choco install protoc --yes

- name: Build (no default-features)
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 7885101

Please sign in to comment.