Skip to content

Commit

Permalink
ci: update linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 10, 2025
1 parent 4a13427 commit 616c1ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sudo apt update
sudo apt install -y \
build-essential wget m4 xz-utils \
make cmake libeigen3-dev libopenblas-dev
make cmake libeigen3-dev \
liblapack-dev libopenblas-dev
- name: Build wheel
run: |
Expand Down

0 comments on commit 616c1ca

Please sign in to comment.