Skip to content

Commit

Permalink
Add openblas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fale committed Nov 24, 2024
1 parent 6073fe9 commit 6c879cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev llvm
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev llvm libopenblas-dev
poetry install --extras=replaygain --extras=reflink
- name: Install Python dependencies
Expand Down

0 comments on commit 6c879cd

Please sign in to comment.