Skip to content

Commit

Permalink
Install GLPK
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 6, 2024
1 parent d4c3179 commit b8f687f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/custom/before-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ runs:
run: |
echo '_R_CHECK_PKG_SIZES_=FALSE' | tee -a $GITHUB_ENV
shell: bash

- name: Install GLPK on macOS
if: runner.os == 'macOS'
run: |
brew install glpk
shell: bash

0 comments on commit b8f687f

Please sign in to comment.