Skip to content

Commit

Permalink
Use protoc job instead of nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Jul 13, 2023
1 parent 604b267 commit 87ef3d8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ jobs:
profile: minimal
target: ${{ matrix.target }}

- uses: cachix/install-nix-action@v22
with:
github_access_token: "${{ secrets.GITHUB_TOKEN }}"

- name: Install dependencies
run: "nix profile install nixpkgs#protobuf"
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Build qdrant
env:
Expand Down

0 comments on commit 87ef3d8

Please sign in to comment.