We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67beab commit a0ac3c6Copy full SHA for a0ac3c6
.github/workflows/linux_and_macos.yml
@@ -128,6 +128,7 @@ jobs:
128
NOCONFIGURE=please ./autogen.sh
129
popd
130
done
131
+ ls -l libvisual-plugins/m4/alsa.m4 # i.e. fail CI unless created
132
133
- name: '[LV] Run "./configure" (from Git)'
134
run: |-
libvisual-plugins/Makefile.am
@@ -1,6 +1,6 @@
1
## Process this file with automake to generate a Makefile.in
2
3
-ACLOCAL_AMFLAGS = -I m4 --install
+ACLOCAL_AMFLAGS = -I m4
4
5
SUBDIRS = plugins po
6
0 commit comments