summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-10-11 11:09:49 -0700
committerAdrian Thurston <thurston@colm.net>2020-10-11 11:09:49 -0700
commited3d027b45cb6be947a0b10e4df6e370503d3f3b (patch)
treede78405bbaee0b7eba450abd536f63e8caf6ed14
parente61aef516f4762c528f6cff5c9d872462ef69ff6 (diff)
downloadragel-fix-ci.tar.gz
problem was actually tabs instead of spacefix-ci
-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 5864d8d7..88a2b3da 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -16,7 +16,7 @@ jobs:
- name: install colm
run: >
COLM=`pwd`/inst/colm && cd adrian-thurston-colm-* && ./autogen.sh &&
- ./configure --prefix=$COLM --disable-manual && make install
+ ./configure --prefix=$COLM --disable-manual && make install
- name: autogen
run: ./autogen.sh