Skip to content

Commit

Permalink
fix awk one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Sep 20, 2024
1 parent 34ede96 commit 906a6f4
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 @@ -75,7 +75,7 @@ jobs:
mv file.new $(find /Users/runner/.nimble -name 'user_socket.c')
awk -v n=1873 -v s='printf("=> %i %i\\n", nam->sa_family, AF_CONN);' 'NR == n {print s} {print}' $(find /Users/runner/.nimble -name 'user_socket.c') > file.new
mv file.new $(find /Users/runner/.nimble -name 'user_socket.c')
cat -n /Users/runner/.nimble/pkgs/usrsctp-0.0.1/usrsctp/usrsctplib/user_socket.c
cat -n $(find /Users/runner/.nimble -name 'user_socket.c')
./bootstrap
./configure
make -d
Expand Down

0 comments on commit 906a6f4

Please sign in to comment.