Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Nov 23, 2024
1 parent 4d8d6a9 commit 3afa23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ jobs:
run: |
if ${{ matrix.host.OS == 'ubuntu' }}; then
sudo apt install tcpdump
sudo tcpdump -i lo -w dump.pcap &
else
brew install tcpdump
sudo tcpdump -i lo0 -w dump.pcap &
fi
sudo tcpdump -i lo -w dump.pcap &
- name: Build java client
working-directory: java
Expand Down

0 comments on commit 3afa23a

Please sign in to comment.