Skip to content

Commit 5409459

Browse files
committed
fix
1 parent 2d99593 commit 5409459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
ninja-build \
2525
libopenblas-dev \
2626
libomp-dev \
27+
libgflags-dev \
2728
python3-dev
2829
pip install pybind11 pytest
2930
@@ -54,7 +55,7 @@ jobs:
5455
FAISS_LIB: extern/faiss/build/install/lib
5556
run: |
5657
make
57-
58+
5859
- name: Run unit-tests
5960
run: |
6061
pytest tests/

0 commit comments

Comments
 (0)