Skip to content

Commit e845388

Browse files
committed
Debugging aclocal setting.
1 parent 061d733 commit e845388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests_osx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ jobs:
329329

330330
- name: Run autoconf
331331
shell: bash -l {0}
332-
run: autoreconf -if
332+
run: which autoreconf && ls /opt/homebrew/share && autoreconf -if -I /opt/homebrew/share/aclocal
333+
334+
-
333335

334336
- name: Configure
335337
shell: bash -l {0}

0 commit comments

Comments
 (0)