Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jan 19, 2025
1 parent 6dbd0c8 commit ef10328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: sudo apt-get -y install liblapack-dev libbz2-dev
if: matrix.os == 'ubuntu-latest'
- name: Build
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit ef10328

Please sign in to comment.