Skip to content

Commit

Permalink
Still. Fixing the bug of Ubuntu workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Sep 21, 2023
1 parent 47b6fd1 commit ec9849c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:

- name: Place the plugin
run:
cp ./target/release/libzenoh_dissector.dylib /Applications/Wireshark.app/Contents/PlugIns/wireshark/4-0/epan/libzenoh_dissector.so
mkdir -p ~/.local/lib/wireshark/plugins/4.0/epan
cp ./target/release/libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.0/epan/libzenoh_dissector.so

- name: Test the sample data
run: |
Expand Down

0 comments on commit ec9849c

Please sign in to comment.