Skip to content

Commit 9bc9ace

Browse files
committed
...
1 parent 188e237 commit 9bc9ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
run: |
132132
set -e -x
133133
echo $PATH
134-
/usr/bin/autoreconf -i
134+
which autoreconf
135+
autoreconf -i
135136
./configure
136137
make -j 2 || cat .depend

0 commit comments

Comments
 (0)