Skip to content

Commit b1132cd

Browse files
.github/workflows/abismal_release_macos.yml: fixing the sed command for macos inplace change
1 parent baf07a6 commit b1132cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/abismal_release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
sudo cp libhts.a /opt/abismal/lib
5252
- name: Build abismal
5353
run: |
54-
sed -i "s/dnl AC/AC/" configure.ac
54+
sed -i.orig "s/dnl AC/AC/" configure.ac
5555
./autogen.sh
5656
mkdir build && cd build
5757
../configure CXX=g++-14 LDFLAGS="-L/opt/abismal/lib -static-libgcc -static-libstdc++ -Wl,-dead_strip" CPPFLAGS="-I/opt/abismal/include"

0 commit comments

Comments
 (0)