actions: disable guile for now
Seems it's picking up some version of Guile on MacOS which is not working.
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
brew install autoconf automake libgpg-error libtool pkg-config gettext glib gmime xapian
|
brew install autoconf automake libgpg-error libtool pkg-config gettext glib gmime xapian
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh --disable-guile
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user