Skip to content

Commit a2514e0

Browse files
.github/workflows/ubuntu-distcheck.yml: adding back the --enable-hts argument when configuring falco
1 parent 6bcdf94 commit a2514e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-distcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate configure script
2222
run: ./autogen.sh
2323
- name: configure
24-
run: ./configure
24+
run: ./configure --enable-hts
2525
- name: Build falco
2626
run: make
2727
- name: Check the distribution

0 commit comments

Comments
 (0)