Skip to content

Commit

Permalink
troubleshoot GHA/mac issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jun 20, 2024
1 parent 4199719 commit bd4c39a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
- name: autoconf
run: autoreconf -fiv
- name: configure
run: ./configure
run:
echo "PATH IN NEXT STEP:"
echo ${PATH}
./configure
- name: make
run: make -j
- name: make check
Expand Down

0 comments on commit bd4c39a

Please sign in to comment.