Skip to content

Commit

Permalink
GHA cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jun 20, 2024
1 parent 5a2c845 commit c94c2ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
# install dependencies
brew install nlopt armadillo automake autoconf
# add paths (new brew install location)
echo "LDFLAGS=-L$(brew --prefix)/lib" >> $GITHUB_ENV
echo "CPPFLAGS=-I$(brew --prefix)/include" >> $GITHUB_ENV
- name: Install apt dependencies
Expand All @@ -46,10 +47,7 @@ jobs:
- name: autoconf
run: autoreconf -fiv
- name: configure
run: |
echo "PATH IN NEXT STEP:"
echo ${PATH}
./configure
run: ./configure
- name: make
run: make -j
- name: make check
Expand Down

0 comments on commit c94c2ba

Please sign in to comment.