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 eb149b2 commit ce90129
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 @@ -29,7 +29,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: Download data
run: |
Expand Down

0 comments on commit ce90129

Please sign in to comment.