Skip to content

Commit

Permalink
another try to fix macos13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Nov 22, 2023
1 parent 71ed4f4 commit b0d80c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: install dependencies
run: rm -rf /usr/local/bin/2to3 && brew install --force --overwrite cmake && brew install --force --overwrite glpk && brew tap coin-or-tools/coinor && brew install --force --overwrite coin-or-tools/coinor/cbc
run: export HOMEBREW_NO_INSTALL_CLEANUP=TRUE && brew install --force --overwrite cmake && brew install --force --overwrite glpk && brew tap coin-or-tools/coinor && brew install --force --overwrite coin-or-tools/coinor/cbc
- name: cmake
run: mkdir build && cd build && cmake ..
- name: make
Expand Down

0 comments on commit b0d80c1

Please sign in to comment.