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 15, 2025
1 parent 6f58039 commit 38d0cd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 install liblapack-dev
if: matrix.os == 'ubuntu-latest'
- name: Build
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
Expand All @@ -37,10 +40,6 @@ jobs:
git remote set-branches origin '*'
git fetch --depth 1
git checkout master
- name: Install CLP (MacOS)
run: |
brew install clp
if: ${{ (matrix.os == 'macos-13') || (matrix.os == 'macos-latest') }}
- name: Build
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 38d0cd0

Please sign in to comment.