Skip to content

Commit 4258826

Browse files
.github/workflows/dnmtools_release_linux.yml: adding line that turns on libdeflate in configure.ac before autoreconf in linux release workflow
1 parent 9cc0a55 commit 4258826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dnmtools_release_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cp libhts.a /usr/local/lib/ && \
5252
cp -r ../htslib /usr/local/include/ && \
5353
cd /workspace && \
54+
sed -i "s/dnl AC/AC/" configure.ac && \
5455
autoreconf -i && \
5556
mkdir build && cd build && \
5657
../configure && \

0 commit comments

Comments
 (0)