Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jul 13, 2024
1 parent 997f9c4 commit bf3d36d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Install CLP (MacOS)
run: |
brew install clp@1.17.9
brew tap coin-or-tools/coinor
brew install coin-or-tools/coinor/clp
brew install coin-or-tools/coinor/cbc
if: ${{ (matrix.os == 'macos-13') || (matrix.os == 'macos-latest') }}
- name: Build
run: |
Expand Down

0 comments on commit bf3d36d

Please sign in to comment.