Skip to content

Commit

Permalink
fix(ci): add missing pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 3, 2023
1 parent 1198992 commit e5495b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
with:
python-version: '3.10'

- name: Install LanceDB dependencies
- name: Install dependencies
run: |
sudo apt update
sudo apt install pkg-config
sudo apt install -y protobuf-compiler libssl-dev
- name: Set up cargo cache
Expand Down

0 comments on commit e5495b8

Please sign in to comment.