summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-05-29 16:22:17 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-05-29 16:22:17 +0300
commit5531a6fe0fda0044ef59cdbf9721296e9640aa45 (patch)
treef4ee42972633b494e0c1f63ffc8517762d273427 /.github
parent0bb8ad6e4c2862b008b325d3870ee605abbb6e7d (diff)
actions: disable guile for now
Seems it's picking up some version of Guile on MacOS which is not working.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 3b3f6f2..b26ee50 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -30,7 +30,7 @@ jobs:
brew install autoconf automake libgpg-error libtool pkg-config gettext glib gmime xapian
- name: configure
- run: ./autogen.sh
+ run: ./autogen.sh --disable-guile
- name: build
run: make