Skip to content

Commit

Permalink
sudo killall -HUP mDNSResponder
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 2, 2023
1 parent c8e9cd5 commit 65eadb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: liblo make x86_64
run:
make
&& sudo killall -HUP mDNSResponder
&& (cd src && ls testlo && ./testlo && ls test_bidirectional_tcp && ./test_bidirectional_tcp && ls cpp_test && ./cpp_test)
&& (make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false))
&& make install
Expand Down

0 comments on commit 65eadb8

Please sign in to comment.