Skip to content

Commit 71a928a

Browse files
.github/workflows/dnmtools_release_linux.yml: adding forgotten modification to configure.ac in submodule abismal in release build workflow
1 parent 70b07ea commit 71a928a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dnmtools_release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
make -j4 CFLAGS="-Wall -O2 -fvisibility=hidden" libhts.a && \
5151
cp libhts.a /usr/local/lib/ && \
5252
cp -r ../htslib /usr/local/include/ && \
53-
find /usr/local && \
5453
cd /workspace && \
5554
sed -i "s/dnl AC/AC/" configure.ac && \
55+
sed -i "s/dnl AC/AC/" src/abismal/configure.ac && \
5656
autoreconf -i && \
5757
mkdir build && cd build && \
5858
../configure && \

0 commit comments

Comments
 (0)