Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jun 20, 2024
1 parent bd4c39a commit a439b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install brew dependencies
if: runner.os == 'macOS'
run:
run: |
# install dependencies
brew install nlopt armadillo automake autoconf
# append $PATH
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: autoconf
run: autoreconf -fiv
- name: configure
run:
run: |
echo "PATH IN NEXT STEP:"
echo ${PATH}
./configure
Expand Down

0 comments on commit a439b02

Please sign in to comment.