Skip to content

Commit

Permalink
attempt to fix brew with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jun 20, 2024
1 parent a43b8b0 commit fe4b9c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
if: runner.os == 'macOS'
run:
brew install nlopt armadillo automake autoconf
- name: Append PATH
if: runner.os == 'macOS'
run:
echo "/opt/homebrew/" >> $GITHUB_PATH
- name: Install apt dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit fe4b9c0

Please sign in to comment.