Skip to content

Commit 3854a3d

Browse files
committed
Fixed CI
1 parent 4efa046 commit 3854a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
# for faiss
25-
- run: sudo apt-get update && apt-get install libblas-dev liblapack-dev
25+
- run: sudo apt-get update && sudo apt-get install libblas-dev liblapack-dev
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)