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 bbc7038Copy full SHA for bbc7038
.github/workflows/linux_and_macos.yml
@@ -129,6 +129,9 @@ jobs:
129
popd
130
done
131
132
+ ls -l libvisual-plugins/m4/
133
+ ls -l libvisual-plugins/m4/alsa.m4 # i.e. fail CI unless created
134
+
135
- name: '[LV] Run "./configure" (from Git)'
136
run: |-
137
cd libvisual
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