Skip to content

Commit

Permalink
setting ACLOCAL for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Feb 27, 2024
1 parent 0577518 commit b5860c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
run: find _dest-cm | env LC_ALL=C sort | sed 's|^_dest-cm||'
- name: "at: autoreconf"
run: >-
./autogen.sh
env ACLOCAL=aclocal1.16 ./autogen.sh
- name: "at: configure"
run: >-
mkdir _build-at && cd _build-at
Expand Down

0 comments on commit b5860c9

Please sign in to comment.