summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-17 15:49:06 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-17 15:49:06 +0200
commitd534acc3d1af5b979c6c4d86c326ded903cd7c10 (patch)
tree03a9d87d043ab033c8b4402f75b5cb65f6b697b3
parenteca30627a9393b4db1cdd1600c9dcba969c76abe (diff)
downloadcolm-d534acc3d1af5b979c6c4d86c326ded903cd7c10.tar.gz
build-test CI: need to disable manual building
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index da21fbc6..b87a9810 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -12,7 +12,7 @@ jobs:
- name: autogen
run: ./autogen.sh
- name: configure
- run: ./configure
+ run: ./configure --disable-manual
- name: make
run: make
- name: test