Skip to content

Commit

Permalink
sed work weirdly on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Sep 19, 2024
1 parent 7e1472b commit 9ede712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git clone https://github.com/sctplab/usrsctp.git
cd usrsctp
find /Users/runner/.nimble -name 'user_socket.c'
sed -i '1873i printf("WADAFUK %i %i\n", nam->sa_family, AF_CONN);' /Users/runner/.nimble/pkgs/usrsctp-0.0.1/usrsctp/usrsctplib/user_socket.c
sed -i '' '1873i\printf("WADAFUK %i %i\n", nam->sa_family, AF_CONN);\ ' /Users/runner/.nimble/pkgs/usrsctp-0.0.1/usrsctp/usrsctplib/user_socket.c
git checkout 01cc4e042e2235b29d9d489d89728a6f9ac063ed
./bootstrap
./configure
Expand Down

0 comments on commit 9ede712

Please sign in to comment.